#4CEC0F

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

Shades of Harlequin #4CEC0F

Tints of Harlequin #4CEC0F

Color information

#4CEC0F (or 0x4CEC0F) is unknown color: approx Harlequin. HEX triplet: 4C, EC and 0F. RGB value is (76,236,15). Sum of RGB (Red+Green+Blue) = 76+236+15=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 236 (92.58% from 255 or 72.17% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 236 - color contains mainly: green. Hex color #4CEC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEC0F is #B313F0. Grayscale: #A3A3A3. Windows color (decimal): -11736049 or 1043532. OLE color: 1043532.

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

Color convert

RGB7623615-
CMYK0.6800.940.07
HSL103.44º88.05%49.22%-
HSV(B)103.44º93.64%92.55%-
XYZ33.0661.5610.59-
YUV162.9744.4965.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 236 (92.58% from 255) = 72.17%
BLUE value IS 15 (6.25% from 255) = 4.59%
R=23.24%
G=72.17%
B=4.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal76236150.6800.940.07103.4488.0549.22
Hex4CECF4405E7675831
Octal114354171040136714713061
Binary100110011101100111110001000101111011111001111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,236,15); }

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

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

 a { background-color: rgb(76,236,15); }

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

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

 span { border-color: rgb(76,236,15); }

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