Shades of Emerald #55C883
Tints of Emerald #55C883
RGB
CMYK
RGB Variations
Color information
#55C883 (or 0x55C883) is known color: Emerald. HEX triplet: 55, C8 and 83. RGB value is (85,200,131). Sum of RGB (Red+Green+Blue) = 85+200+131=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #55C883 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C883 is #AA377C. Grayscale: #9D9D9D. Windows color (decimal): -11155325 or 8636501. OLE color: 8636501.
HSL color Cylindrical-coordinate representation of color #55C883: hue angle of 144º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C883 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 131 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.22 |
| HSL | 144º | 0.51% | 0.56% | - |
| HSV(B) | 144º | 0.58% | 0.78% | - |
| XYZ | 28.5 | 44.88 | 28.63 | - |
| YUV | 157.75 | 112.9 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 131 | 0.58 | 0 | 0.34 | 0.22 | 144 | 0.51 | 0.56 |
| Hex | 55 | C8 | 83 | 3A | 0 | 22 | 16 | 90 | 33 | 38 |
| Octal | 125 | 310 | 203 | 72 | 0 | 42 | 26 | 220 | 63 | 70 |
| Binary | 1010101 | 11001000 | 10000011 | 111010 | 0 | 100010 | 10110 | 10010000 | 110011 | 111000 |
Color Harmonies of #55C883
Complementary color
Monochromatic Colors of #55C883
Black with #55C883
Text Example
Text Example
White with #55C883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C883; }
p { color: rgb(85,200,131); }
H1.HeaderClassName
{
color: #55C883;
}
.AnyTagClassName
{
color: #55C883;
}
</style>
background-color css
<style>
a { background-color: #55C883; }
a { background-color: rgb(85,200,131); }
div.DivClassName
{
background-color: #55C883;
}
.BgClassName
{
background-color: #55C883;
}
</style>
border-color css
<style>
span { border-color: #55C883; }
span { border-color: rgb(85,200,131); }
td.TdClassName
{
border-color: #55C883;
}
.TagClassName
{
border-color: #55C883;
}
</style>