#4CEC1C

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

Shades of Harlequin #4CEC1C

Tints of Harlequin #4CEC1C

Color information

#4CEC1C (or 0x4CEC1C) is unknown color: approx Harlequin. HEX triplet: 4C, EC and 1C. RGB value is (76,236,28). Sum of RGB (Red+Green+Blue) = 76+236+28=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 236 (92.58% from 255 or 69.41% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 236 - color contains mainly: green. Hex color #4CEC1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEC1C is #B313E3. Grayscale: #A5A5A5. Windows color (decimal): -11736036 or 1895500. OLE color: 1895500.

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

Color convert

RGB7623628-
CMYK0.6800.880.07
HSL106.15º84.55%51.76%-
HSV(B)106.15º88.14%92.55%-
XYZ33.1961.6111.24-
YUV164.4550.9964.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.35%
GREEN value IS 236 (92.58% from 255) = 69.41%
BLUE value IS 28 (11.33% from 255) = 8.24%
R=22.35%
G=69.41%
B=8.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal76236280.6800.880.07106.1584.5551.76
Hex4CEC1C4405876a5534
Octal114354341040130715212564
Binary1001100111011001110010001000101100011111010101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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