#4ff214

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

Shades of Harlequin #4FF214

Tints of Harlequin #4FF214

Color information

#4FF214 (or 0x4FF214) is unknown color: approx Harlequin. HEX triplet: 4F, F2 and 14. RGB value is (79,242,20). Sum of RGB (Red+Green+Blue) = 79+242+20=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF214 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF214 is #B00DEB. Grayscale: #A8A8A8. Windows color (decimal): -11537900 or 1372751. OLE color: 1372751.

HSL color Cylindrical-coordinate representation of color #4FF214: hue angle of 104.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4FF214 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB7924220-
CMYK0.6700.920.05
HSL104.05º89.52%51.37%-
HSV(B)104.05º91.74%94.9%-
XYZ35.165.2211.4-
YUV167.9644.564.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.17%
GREEN value IS 242 (94.92% from 255) = 70.97%
BLUE value IS 20 (8.20% from 255) = 5.87%
R=23.17%
G=70.97%
B=5.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal79242200.6700.920.05104.0589.5251.37
Hex4FF2144305C5685a33
Octal117362241030134515013263
Binary1001111111100101010010000110101110010111010001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ff214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,242,20); }

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

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

 a { background-color: rgb(79,242,20); }

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

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

 span { border-color: rgb(79,242,20); }

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