#4BCA85

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

Shades of Emerald #4BCA85

Tints of Emerald #4BCA85

Color information

#4BCA85 (or 0x4BCA85) is unknown color: approx Emerald. HEX triplet: 4B, CA and 85. RGB value is (75,202,133). Sum of RGB (Red+Green+Blue) = 75+202+133=410 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.29% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCA85 is #B4357A. Grayscale: #9C9C9C. Windows color (decimal): -11810171 or 8768075. OLE color: 8768075.

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

Color convert

RGB75202133-
CMYK0.6300.340.21
HSL147.4º54.51%54.31%-
HSV(B)147.4º62.87%79.22%-
XYZ28.2645.4329.47-
YUV156.16114.9270.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.29%
GREEN value IS 202 (79.30% from 255) = 49.27%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=18.29%
G=49.27%
B=32.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal752021330.6300.340.21147.454.5154.31
Hex4BCA853F02215933736
Octal11331220577042252236766
Binary1001011110010101000010111111101000101010110010011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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