#4CDC72

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

Shades of Emerald #4CDC72

Tints of Emerald #4CDC72

Color information

#4CDC72 (or 0x4CDC72) is unknown color: approx Emerald. HEX triplet: 4C, DC and 72. RGB value is (76,220,114). Sum of RGB (Red+Green+Blue) = 76+220+114=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDC72 is #B3238D. Grayscale: #A5A5A5. Windows color (decimal): -11740046 or 7527500. OLE color: 7527500.

HSL color Cylindrical-coordinate representation of color #4CDC72: hue angle of 135.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDC72 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB76220114-
CMYK0.6500.480.14
HSL135.83º67.29%58.04%-
HSV(B)135.83º65.45%86.27%-
XYZ31.6153.9424.66-
YUV164.8699.2964.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.54%
GREEN value IS 220 (86.33% from 255) = 53.66%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=18.54%
G=53.66%
B=27.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal762201140.6500.480.14135.8367.2958.04
Hex4CDC7241030E88433a
Octal1143341621010601621010372
Binary1001100110111001110010100000101100001110100010001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,220,114); }

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

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

 a { background-color: rgb(76,220,114); }

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

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

 span { border-color: rgb(76,220,114); }

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