#4cd472

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

Shades of Emerald #4CD472

Tints of Emerald #4CD472

Color information

#4CD472 (or 0x4CD472) is unknown color: approx Emerald. HEX triplet: 4C, D4 and 72. RGB value is (76,212,114). Sum of RGB (Red+Green+Blue) = 76+212+114=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 212 (83.20% from 255 or 52.74% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 212 - color contains mainly: green. Hex color #4CD472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD472 is #B32B8D. Grayscale: #A0A0A0. Windows color (decimal): -11742094 or 7525452. OLE color: 7525452.

HSL color Cylindrical-coordinate representation of color #4CD472: hue angle of 136.76º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD472 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB76212114-
CMYK0.6400.460.17
HSL136.76º61.26%56.47%-
HSV(B)136.76º64.15%83.14%-
XYZ29.5649.8423.98-
YUV160.16101.9467.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.91%
GREEN value IS 212 (83.20% from 255) = 52.74%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=18.91%
G=52.74%
B=28.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal762121140.6400.460.17136.7661.2656.47
Hex4CD4724002E11893d38
Octal114324162100056212117570
Binary1001100110101001110010100000001011101000110001001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cd472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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