#4CF20A

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

Shades of Harlequin #4CF20A

Tints of Harlequin #4CF20A

Color information

#4CF20A (or 0x4CF20A) is unknown color: approx Harlequin. HEX triplet: 4C, F2 and 0A. RGB value is (76,242,10). Sum of RGB (Red+Green+Blue) = 76+242+10=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF20A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF20A is #B30DF5. Grayscale: #A6A6A6. Windows color (decimal): -11734518 or 717388. OLE color: 717388.

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

Color convert

RGB7624210-
CMYK0.6900.960.05
HSL102.93º92.06%49.41%-
HSV(B)102.93º95.87%94.9%-
XYZ34.7965.0611.01-
YUV165.924063.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.17%
GREEN value IS 242 (94.92% from 255) = 73.78%
BLUE value IS 10 (4.30% from 255) = 3.05%
R=23.17%
G=73.78%
B=3.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal76242100.6900.960.05102.9392.0649.41
Hex4CF2A450605675c31
Octal114362121050140514713461
Binary100110011110010101010001010110000010111001111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,242,10); }

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

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

 a { background-color: rgb(76,242,10); }

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

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

 span { border-color: rgb(76,242,10); }

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