#4DD472

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

Shades of Emerald #4DD472

Tints of Emerald #4DD472

Color information

#4DD472 (or 0x4DD472) is unknown color: approx Emerald. HEX triplet: 4D, D4 and 72. RGB value is (77,212,114). Sum of RGB (Red+Green+Blue) = 77+212+114=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #4DD472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD472 is #B22B8D. Grayscale: #A0A0A0. Windows color (decimal): -11676558 or 7525453. OLE color: 7525453.

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

Color convert

RGB77212114-
CMYK0.6400.460.17
HSL136.44º61.09%56.67%-
HSV(B)136.44º63.68%83.14%-
XYZ29.6449.8823.99-
YUV160.46101.7768.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.11%
GREEN value IS 212 (83.20% from 255) = 52.61%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=19.11%
G=52.61%
B=28.29%

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
Decimal772121140.6400.460.17136.4461.0956.67
Hex4DD4724002E11883d39
Octal115324162100056212107571
Binary1001101110101001110010100000001011101000110001000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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