#4CEF10

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

Shades of Harlequin #4CEF10

Tints of Harlequin #4CEF10

Color information

#4CEF10 (or 0x4CEF10) is unknown color: approx Harlequin. HEX triplet: 4C, EF and 10. RGB value is (76,239,16). Sum of RGB (Red+Green+Blue) = 76+239+16=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 239 (93.75% from 255 or 72.21% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEF10 is #B310EF. Grayscale: #A5A5A5. Windows color (decimal): -11735280 or 1109836. OLE color: 1109836.

HSL color Cylindrical-coordinate representation of color #4CEF10: hue angle of 103.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CEF10 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB7623916-
CMYK0.6800.930.06
HSL103.86º87.45%50%-
HSV(B)103.86º93.31%93.73%-
XYZ33.9463.3110.92-
YUV164.844464.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.96%
GREEN value IS 239 (93.75% from 255) = 72.21%
BLUE value IS 16 (6.64% from 255) = 4.83%
R=22.96%
G=72.21%
B=4.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal76239160.6800.930.06103.8687.4550
Hex4CEF104405D6685732
Octal114357201040135615012762
Binary1001100111011111000010001000101110111011010001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,239,16); }

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

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

 a { background-color: rgb(76,239,16); }

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

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

 span { border-color: rgb(76,239,16); }

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