Shades of Emerald #55C985
Tints of Emerald #55C985
RGB
CMYK
RGB Variations
Color information
#55C985 (or 0x55C985) is known color: Emerald. HEX triplet: 55, C9 and 85. RGB value is (85,201,133). Sum of RGB (Red+Green+Blue) = 85+201+133=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #55C985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C985 is #AA367A. Grayscale: #9E9E9E. Windows color (decimal): -11155067 or 8767829. OLE color: 8767829.
HSL color Cylindrical-coordinate representation of color #55C985: hue angle of 144.83º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C985 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 133 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.21 |
| HSL | 144.83º | 0.52% | 0.56% | - |
| HSV(B) | 144.83º | 0.58% | 0.79% | - |
| XYZ | 28.87 | 45.4 | 29.43 | - |
| YUV | 158.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 133 | 0.58 | 0 | 0.34 | 0.21 | 144.83 | 0.52 | 0.56 |
| Hex | 55 | C9 | 85 | 3A | 0 | 22 | 15 | 91 | 34 | 38 |
| Octal | 125 | 311 | 205 | 72 | 0 | 42 | 25 | 221 | 64 | 70 |
| Binary | 1010101 | 11001001 | 10000101 | 111010 | 0 | 100010 | 10101 | 10010001 | 110100 | 111000 |
Color Harmonies of #55C985
Complementary color
Monochromatic Colors of #55C985
Black with #55C985
Text Example
Text Example
White with #55C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C985; }
p { color: rgb(85,201,133); }
H1.HeaderClassName
{
color: #55C985;
}
.AnyTagClassName
{
color: #55C985;
}
</style>
background-color css
<style>
a { background-color: #55C985; }
a { background-color: rgb(85,201,133); }
div.DivClassName
{
background-color: #55C985;
}
.BgClassName
{
background-color: #55C985;
}
</style>
border-color css
<style>
span { border-color: #55C985; }
span { border-color: rgb(85,201,133); }
td.TdClassName
{
border-color: #55C985;
}
.TagClassName
{
border-color: #55C985;
}
</style>