Shades of Emerald #55C183
Tints of Emerald #55C183
RGB
CMYK
RGB Variations
Color information
#55C183 (or 0x55C183) is known color: Emerald. HEX triplet: 55, C1 and 83. RGB value is (85,193,131). Sum of RGB (Red+Green+Blue) = 85+193+131=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #55C183 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C183 is #AA3E7C. Grayscale: #999999. Windows color (decimal): -11157117 or 8634709. OLE color: 8634709.
HSL color Cylindrical-coordinate representation of color #55C183: hue angle of 145.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C183 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 131 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.24 |
| HSL | 145.56º | 0.47% | 0.55% | - |
| HSV(B) | 145.56º | 0.56% | 0.76% | - |
| XYZ | 26.91 | 41.71 | 28.11 | - |
| YUV | 153.64 | 115.22 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 131 | 0.56 | 0 | 0.32 | 0.24 | 145.56 | 0.47 | 0.55 |
| Hex | 55 | C1 | 83 | 38 | 0 | 20 | 18 | 92 | 2F | 37 |
| Octal | 125 | 301 | 203 | 70 | 0 | 40 | 30 | 222 | 57 | 67 |
| Binary | 1010101 | 11000001 | 10000011 | 111000 | 0 | 100000 | 11000 | 10010010 | 101111 | 110111 |
Color Harmonies of #55C183
Complementary color
Monochromatic Colors of #55C183
Black with #55C183
Text Example
Text Example
White with #55C183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C183; }
p { color: rgb(85,193,131); }
H1.HeaderClassName
{
color: #55C183;
}
.AnyTagClassName
{
color: #55C183;
}
</style>
background-color css
<style>
a { background-color: #55C183; }
a { background-color: rgb(85,193,131); }
div.DivClassName
{
background-color: #55C183;
}
.BgClassName
{
background-color: #55C183;
}
</style>
border-color css
<style>
span { border-color: #55C183; }
span { border-color: rgb(85,193,131); }
td.TdClassName
{
border-color: #55C183;
}
.TagClassName
{
border-color: #55C183;
}
</style>