#4BCA80

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

Shades of Emerald #4BCA80

Tints of Emerald #4BCA80

Color information

#4BCA80 (or 0x4BCA80) is unknown color: approx Emerald. HEX triplet: 4B, CA and 80. RGB value is (75,202,128). Sum of RGB (Red+Green+Blue) = 75+202+128=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCA80 is #B4357F. Grayscale: #9B9B9B. Windows color (decimal): -11810176 or 8440395. OLE color: 8440395.

HSL color Cylindrical-coordinate representation of color #4BCA80: hue angle of 145.04º 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 #4BCA80 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB75202128-
CMYK0.6300.370.21
HSL145.04º54.51%54.31%-
HSV(B)145.04º62.87%79.22%-
XYZ27.9245.327.69-
YUV155.59112.4270.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.52%
GREEN value IS 202 (79.30% from 255) = 49.88%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=18.52%
G=49.88%
B=31.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal752021280.6300.370.21145.0454.5154.31
Hex4BCA803F02515913736
Octal11331220077045252216766
Binary1001011110010101000000011111101001011010110010001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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