#4BCA72

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

Shades of Emerald #4BCA72

Tints of Emerald #4BCA72

Color information

#4BCA72 (or 0x4BCA72) is unknown color: approx Emerald. HEX triplet: 4B, CA and 72. RGB value is (75,202,114). Sum of RGB (Red+Green+Blue) = 75+202+114=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCA72 is #B4358D. Grayscale: #9A9A9A. Windows color (decimal): -11810190 or 7522891. OLE color: 7522891.

HSL color Cylindrical-coordinate representation of color #4BCA72: hue angle of 138.43º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCA72 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB75202114-
CMYK0.6300.440.21
HSL138.43º54.51%54.31%-
HSV(B)138.43º62.87%79.22%-
XYZ27.0644.9523.17-
YUV154105.4271.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.18%
GREEN value IS 202 (79.30% from 255) = 51.66%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=19.18%
G=51.66%
B=29.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal752021140.6300.440.21138.4354.5154.31
Hex4BCA723F02C158a3736
Octal11331216277054252126766
Binary100101111001010111001011111101011001010110001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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