Shades of Emerald #55C980
Tints of Emerald #55C980
RGB
CMYK
RGB Variations
Color information
#55C980 (or 0x55C980) is known color: Emerald. HEX triplet: 55, C9 and 80. RGB value is (85,201,128). Sum of RGB (Red+Green+Blue) = 85+201+128=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #55C980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C980 is #AA367F. Grayscale: #9E9E9E. Windows color (decimal): -11155072 or 8440149. OLE color: 8440149.
HSL color Cylindrical-coordinate representation of color #55C980: hue angle of 142.24º 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 #55C980 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 128 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.21 |
| HSL | 142.24º | 0.52% | 0.56% | - |
| HSV(B) | 142.24º | 0.58% | 0.79% | - |
| XYZ | 28.53 | 45.26 | 27.66 | - |
| YUV | 157.99 | 111.07 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 128 | 0.58 | 0 | 0.36 | 0.21 | 142.24 | 0.52 | 0.56 |
| Hex | 55 | C9 | 80 | 3A | 0 | 24 | 15 | 8E | 34 | 38 |
| Octal | 125 | 311 | 200 | 72 | 0 | 44 | 25 | 216 | 64 | 70 |
| Binary | 1010101 | 11001001 | 10000000 | 111010 | 0 | 100100 | 10101 | 10001110 | 110100 | 111000 |
Color Harmonies of #55C980
Complementary color
Monochromatic Colors of #55C980
Black with #55C980
Text Example
Text Example
White with #55C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C980; }
p { color: rgb(85,201,128); }
H1.HeaderClassName
{
color: #55C980;
}
.AnyTagClassName
{
color: #55C980;
}
</style>
background-color css
<style>
a { background-color: #55C980; }
a { background-color: rgb(85,201,128); }
div.DivClassName
{
background-color: #55C980;
}
.BgClassName
{
background-color: #55C980;
}
</style>
border-color css
<style>
span { border-color: #55C980; }
span { border-color: rgb(85,201,128); }
td.TdClassName
{
border-color: #55C980;
}
.TagClassName
{
border-color: #55C980;
}
</style>