Shades of Emerald #55CC83
Tints of Emerald #55CC83
RGB
CMYK
RGB Variations
Color information
#55CC83 (or 0x55CC83) is known color: Emerald. HEX triplet: 55, CC and 83. RGB value is (85,204,131). Sum of RGB (Red+Green+Blue) = 85+204+131=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CC83 is #AA337C. Grayscale: #A0A0A0. Windows color (decimal): -11154301 or 8637525. OLE color: 8637525.
HSL color Cylindrical-coordinate representation of color #55CC83: hue angle of 143.19º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CC83 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 131 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.2 |
| HSL | 143.19º | 0.54% | 0.57% | - |
| HSV(B) | 143.19º | 0.58% | 0.8% | - |
| XYZ | 29.44 | 46.76 | 28.95 | - |
| YUV | 160.1 | 111.58 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 131 | 0.58 | 0 | 0.36 | 0.2 | 143.19 | 0.54 | 0.57 |
| Hex | 55 | CC | 83 | 3A | 0 | 24 | 14 | 8F | 36 | 39 |
| Octal | 125 | 314 | 203 | 72 | 0 | 44 | 24 | 217 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10000011 | 111010 | 0 | 100100 | 10100 | 10001111 | 110110 | 111001 |
Color Harmonies of #55CC83
Complementary color
Monochromatic Colors of #55CC83
Black with #55CC83
Text Example
Text Example
White with #55CC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC83; }
p { color: rgb(85,204,131); }
H1.HeaderClassName
{
color: #55CC83;
}
.AnyTagClassName
{
color: #55CC83;
}
</style>
background-color css
<style>
a { background-color: #55CC83; }
a { background-color: rgb(85,204,131); }
div.DivClassName
{
background-color: #55CC83;
}
.BgClassName
{
background-color: #55CC83;
}
</style>
border-color css
<style>
span { border-color: #55CC83; }
span { border-color: rgb(85,204,131); }
td.TdClassName
{
border-color: #55CC83;
}
.TagClassName
{
border-color: #55CC83;
}
</style>