Shades of Emerald #55BB7D
Tints of Emerald #55BB7D
RGB
CMYK
RGB Variations
Color information
#55BB7D (or 0x55BB7D) is known color: Emerald. HEX triplet: 55, BB and 7D. RGB value is (85,187,125). Sum of RGB (Red+Green+Blue) = 85+187+125=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BB7D is #AA4482. Grayscale: #959595. Windows color (decimal): -11158659 or 8239957. OLE color: 8239957.
HSL color Cylindrical-coordinate representation of color #55BB7D: hue angle of 143.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BB7D is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 125 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.27 |
| HSL | 143.53º | 0.43% | 0.53% | - |
| HSV(B) | 143.53º | 0.55% | 0.73% | - |
| XYZ | 25.22 | 38.95 | 25.59 | - |
| YUV | 149.43 | 114.21 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 125 | 0.55 | 0 | 0.33 | 0.27 | 143.53 | 0.43 | 0.53 |
| Hex | 55 | BB | 7D | 37 | 0 | 21 | 1B | 90 | 2B | 35 |
| Octal | 125 | 273 | 175 | 67 | 0 | 41 | 33 | 220 | 53 | 65 |
| Binary | 1010101 | 10111011 | 1111101 | 110111 | 0 | 100001 | 11011 | 10010000 | 101011 | 110101 |
Color Harmonies of #55BB7D
Complementary color
Monochromatic Colors of #55BB7D
Black with #55BB7D
Text Example
Text Example
White with #55BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BB7D; }
p { color: rgb(85,187,125); }
H1.HeaderClassName
{
color: #55BB7D;
}
.AnyTagClassName
{
color: #55BB7D;
}
</style>
background-color css
<style>
a { background-color: #55BB7D; }
a { background-color: rgb(85,187,125); }
div.DivClassName
{
background-color: #55BB7D;
}
.BgClassName
{
background-color: #55BB7D;
}
</style>
border-color css
<style>
span { border-color: #55BB7D; }
span { border-color: rgb(85,187,125); }
td.TdClassName
{
border-color: #55BB7D;
}
.TagClassName
{
border-color: #55BB7D;
}
</style>