#4BDD72

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

Shades of Emerald #4BDD72

Tints of Emerald #4BDD72

Color information

#4BDD72 (or 0x4BDD72) is unknown color: approx Emerald. HEX triplet: 4B, DD and 72. RGB value is (75,221,114). Sum of RGB (Red+Green+Blue) = 75+221+114=410 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.29% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD72 is #B4228D. Grayscale: #A5A5A5. Windows color (decimal): -11805326 or 7527755. OLE color: 7527755.

HSL color Cylindrical-coordinate representation of color #4BDD72: hue angle of 136.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDD72 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB75221114-
CMYK0.6600.480.13
HSL136.03º68.22%58.04%-
HSV(B)136.03º66.06%86.67%-
XYZ31.854.4224.75-
YUV165.1599.1363.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.29%
GREEN value IS 221 (86.72% from 255) = 53.90%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=18.29%
G=53.90%
B=27.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752211140.6600.480.13136.0368.2258.04
Hex4BDD7242030D88443a
Octal1133351621020601521010472
Binary1001011110111011110010100001001100001101100010001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,221,114); }

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

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

 a { background-color: rgb(75,221,114); }

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

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

 span { border-color: rgb(75,221,114); }

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