#4CFE11

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

Shades of Harlequin #4CFE11

Tints of Harlequin #4CFE11

Color information

#4CFE11 (or 0x4CFE11) is unknown color: approx Harlequin. HEX triplet: 4C, FE and 11. RGB value is (76,254,17). Sum of RGB (Red+Green+Blue) = 76+254+17=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 254 (99.61% from 255 or 73.20% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFE11 is #B301EE. Grayscale: #AEAEAE. Windows color (decimal): -11731439 or 1179212. OLE color: 1179212.

HSL color Cylindrical-coordinate representation of color #4CFE11: hue angle of 105.06º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CFE11 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB7625417-
CMYK0.7000.930.00
HSL105.06º99.16%53.14%-
HSV(B)105.06º93.31%99.61%-
XYZ38.5272.4612.49-
YUV173.7639.5358.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 254 (99.61% from 255) = 73.20%
BLUE value IS 17 (7.03% from 255) = 4.90%
R=21.90%
G=73.20%
B=4.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal76254170.7000.930.00105.0699.1653.14
Hex4CFE114605D0696335
Octal114376211060135015114365
Binary10011001111111010001100011001011101011010011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,254,17); }

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

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

 a { background-color: rgb(76,254,17); }

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

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

 span { border-color: rgb(76,254,17); }

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