Shades of Emerald #55CF6E
Tints of Emerald #55CF6E
RGB
CMYK
RGB Variations
Color information
#55CF6E (or 0x55CF6E) is known color: Emerald. HEX triplet: 55, CF and 6E. RGB value is (85,207,110). Sum of RGB (Red+Green+Blue) = 85+207+110=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CF6E is #AA3091. Grayscale: #9F9F9F. Windows color (decimal): -11153554 or 7262037. OLE color: 7262037.
HSL color Cylindrical-coordinate representation of color #55CF6E: hue angle of 132.3º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CF6E is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 110 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.19 |
| HSL | 132.3º | 0.56% | 0.57% | - |
| HSV(B) | 132.3º | 0.59% | 0.81% | - |
| XYZ | 28.87 | 47.68 | 22.43 | - |
| YUV | 159.46 | 100.08 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 110 | 0.59 | 0 | 0.47 | 0.19 | 132.3 | 0.56 | 0.57 |
| Hex | 55 | CF | 6E | 3B | 0 | 2F | 13 | 84 | 38 | 39 |
| Octal | 125 | 317 | 156 | 73 | 0 | 57 | 23 | 204 | 70 | 71 |
| Binary | 1010101 | 11001111 | 1101110 | 111011 | 0 | 101111 | 10011 | 10000100 | 111000 | 111001 |
Color Harmonies of #55CF6E
Complementary color
Monochromatic Colors of #55CF6E
Black with #55CF6E
Text Example
Text Example
White with #55CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF6E; }
p { color: rgb(85,207,110); }
H1.HeaderClassName
{
color: #55CF6E;
}
.AnyTagClassName
{
color: #55CF6E;
}
</style>
background-color css
<style>
a { background-color: #55CF6E; }
a { background-color: rgb(85,207,110); }
div.DivClassName
{
background-color: #55CF6E;
}
.BgClassName
{
background-color: #55CF6E;
}
</style>
border-color css
<style>
span { border-color: #55CF6E; }
span { border-color: rgb(85,207,110); }
td.TdClassName
{
border-color: #55CF6E;
}
.TagClassName
{
border-color: #55CF6E;
}
</style>