Shades of Emerald #55CF8B
Tints of Emerald #55CF8B
RGB
CMYK
RGB Variations
Color information
#55CF8B (or 0x55CF8B) is known color: Emerald. HEX triplet: 55, CF and 8B. RGB value is (85,207,139). Sum of RGB (Red+Green+Blue) = 85+207+139=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CF8B is #AA3074. Grayscale: #A2A2A2. Windows color (decimal): -11153525 or 9162581. OLE color: 9162581.
HSL color Cylindrical-coordinate representation of color #55CF8B: hue angle of 146.56º 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 #55CF8B is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 139 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.19 |
| HSL | 146.56º | 0.56% | 0.57% | - |
| HSV(B) | 146.56º | 0.59% | 0.81% | - |
| XYZ | 30.72 | 48.42 | 32.15 | - |
| YUV | 162.77 | 114.58 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 139 | 0.59 | 0 | 0.33 | 0.19 | 146.56 | 0.56 | 0.57 |
| Hex | 55 | CF | 8B | 3B | 0 | 21 | 13 | 93 | 38 | 39 |
| Octal | 125 | 317 | 213 | 73 | 0 | 41 | 23 | 223 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10001011 | 111011 | 0 | 100001 | 10011 | 10010011 | 111000 | 111001 |
Color Harmonies of #55CF8B
Complementary color
Monochromatic Colors of #55CF8B
Black with #55CF8B
Text Example
Text Example
White with #55CF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF8B; }
p { color: rgb(85,207,139); }
H1.HeaderClassName
{
color: #55CF8B;
}
.AnyTagClassName
{
color: #55CF8B;
}
</style>
background-color css
<style>
a { background-color: #55CF8B; }
a { background-color: rgb(85,207,139); }
div.DivClassName
{
background-color: #55CF8B;
}
.BgClassName
{
background-color: #55CF8B;
}
</style>
border-color css
<style>
span { border-color: #55CF8B; }
span { border-color: rgb(85,207,139); }
td.TdClassName
{
border-color: #55CF8B;
}
.TagClassName
{
border-color: #55CF8B;
}
</style>