#4DBB85

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

Shades of Emerald #4DBB85

Tints of Emerald #4DBB85

Color information

#4DBB85 (or 0x4DBB85) is unknown color: approx Emerald. HEX triplet: 4D, BB and 85. RGB value is (77,187,133). Sum of RGB (Red+Green+Blue) = 77+187+133=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBB85 is #B2447A. Grayscale: #949494. Windows color (decimal): -11682939 or 8764237. OLE color: 8764237.

HSL color Cylindrical-coordinate representation of color #4DBB85: hue angle of 150.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB85 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB77187133-
CMYK0.5900.290.27
HSL150.55º44.72%51.76%-
HSV(B)150.55º58.82%73.33%-
XYZ25.0638.8128.36-
YUV147.95119.5677.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.40%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=19.40%
G=47.10%
B=33.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771871330.5900.290.27150.5544.7251.76
Hex4DBB853B01D1B972d34
Octal11527320573035332275564
Binary100110110111011100001011110110111011101110010111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,187,133); }

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

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

 a { background-color: rgb(77,187,133); }

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

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

 span { border-color: rgb(77,187,133); }

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