Shades of Emerald #55D06F
Tints of Emerald #55D06F
RGB
CMYK
RGB Variations
Color information
#55D06F (or 0x55D06F) is known color: Emerald. HEX triplet: 55, D0 and 6F. RGB value is (85,208,111). Sum of RGB (Red+Green+Blue) = 85+208+111=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #55D06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D06F is #AA2F90. Grayscale: #A0A0A0. Windows color (decimal): -11153297 or 7327829. OLE color: 7327829.
HSL color Cylindrical-coordinate representation of color #55D06F: hue angle of 132.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D06F is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 111 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.18 |
| HSL | 132.68º | 0.57% | 0.57% | - |
| HSV(B) | 132.68º | 0.59% | 0.82% | - |
| XYZ | 29.17 | 48.19 | 22.8 | - |
| YUV | 160.17 | 100.25 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 111 | 0.59 | 0 | 0.47 | 0.18 | 132.68 | 0.57 | 0.57 |
| Hex | 55 | D0 | 6F | 3B | 0 | 2F | 12 | 85 | 39 | 39 |
| Octal | 125 | 320 | 157 | 73 | 0 | 57 | 22 | 205 | 71 | 71 |
| Binary | 1010101 | 11010000 | 1101111 | 111011 | 0 | 101111 | 10010 | 10000101 | 111001 | 111001 |
Color Harmonies of #55D06F
Complementary color
Monochromatic Colors of #55D06F
Black with #55D06F
Text Example
Text Example
White with #55D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D06F; }
p { color: rgb(85,208,111); }
H1.HeaderClassName
{
color: #55D06F;
}
.AnyTagClassName
{
color: #55D06F;
}
</style>
background-color css
<style>
a { background-color: #55D06F; }
a { background-color: rgb(85,208,111); }
div.DivClassName
{
background-color: #55D06F;
}
.BgClassName
{
background-color: #55D06F;
}
</style>
border-color css
<style>
span { border-color: #55D06F; }
span { border-color: rgb(85,208,111); }
td.TdClassName
{
border-color: #55D06F;
}
.TagClassName
{
border-color: #55D06F;
}
</style>