#4FF527

Color #4FF527 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #4FF527

Tints of Harlequin #4FF527

Color information

#4FF527 (or 0x4FF527) is unknown color: approx Harlequin. HEX triplet: 4F, F5 and 27. RGB value is (79,245,39). Sum of RGB (Red+Green+Blue) = 79+245+39=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 245 (96.09% from 255 or 67.49% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 245 - color contains mainly: green. Hex color #4FF527 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF527 is #B00AD8. Grayscale: #ACACAC. Windows color (decimal): -11537113 or 2618703. OLE color: 2618703.

HSL color Cylindrical-coordinate representation of color #4FF527: hue angle of 108.35º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4FF527 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB7924539-
CMYK0.6800.840.04
HSL108.35º91.15%55.69%-
HSV(B)108.35º84.08%96.08%-
XYZ36.2467.1112.96-
YUV171.885361.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 21.76%
GREEN value IS 245 (96.09% from 255) = 67.49%
BLUE value IS 39 (15.62% from 255) = 10.74%
R=21.76%
G=67.49%
B=10.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal79245390.6800.840.04108.3591.1555.69
Hex4FF5274405446c5b38
Octal117365471040124415413370
Binary10011111111010110011110001000101010010011011001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FF527; }

 p { color: rgb(79,245,39); }

 H1.HeaderClassName
 {
   color: #4FF527;
 }
 .AnyTagClassName
 {
   color: #4FF527;
 }
</style>
background-color css

<style>
 a { background-color: #4FF527; }

 a { background-color: rgb(79,245,39); }

 div.DivClassName
 {
   background-color: #4FF527;
 }
 .BgClassName
 {
   background-color: #4FF527;
 }
</style>
border-color css

<style>
 span { border-color: #4FF527; }

 span { border-color: rgb(79,245,39); }

 td.TdClassName
 {
   border-color: #4FF527;
 }
 .TagClassName
 {
   border-color: #4FF527;
 }
</style>