Shades of Emerald #55C277
Tints of Emerald #55C277
RGB
CMYK
RGB Variations
Color information
#55C277 (or 0x55C277) is known color: Emerald. HEX triplet: 55, C2 and 77. RGB value is (85,194,119). Sum of RGB (Red+Green+Blue) = 85+194+119=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #55C277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C277 is #AA3D88. Grayscale: #999999. Windows color (decimal): -11156873 or 7848533. OLE color: 7848533.
HSL color Cylindrical-coordinate representation of color #55C277: hue angle of 138.72º 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 #55C277 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 119 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.24 |
| HSL | 138.72º | 0.47% | 0.55% | - |
| HSV(B) | 138.72º | 0.56% | 0.76% | - |
| XYZ | 26.37 | 41.85 | 24.14 | - |
| YUV | 152.86 | 108.89 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 119 | 0.56 | 0 | 0.39 | 0.24 | 138.72 | 0.47 | 0.55 |
| Hex | 55 | C2 | 77 | 38 | 0 | 27 | 18 | 8B | 2F | 37 |
| Octal | 125 | 302 | 167 | 70 | 0 | 47 | 30 | 213 | 57 | 67 |
| Binary | 1010101 | 11000010 | 1110111 | 111000 | 0 | 100111 | 11000 | 10001011 | 101111 | 110111 |
Color Harmonies of #55C277
Complementary color
Monochromatic Colors of #55C277
Black with #55C277
Text Example
Text Example
White with #55C277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C277; }
p { color: rgb(85,194,119); }
H1.HeaderClassName
{
color: #55C277;
}
.AnyTagClassName
{
color: #55C277;
}
</style>
background-color css
<style>
a { background-color: #55C277; }
a { background-color: rgb(85,194,119); }
div.DivClassName
{
background-color: #55C277;
}
.BgClassName
{
background-color: #55C277;
}
</style>
border-color css
<style>
span { border-color: #55C277; }
span { border-color: rgb(85,194,119); }
td.TdClassName
{
border-color: #55C277;
}
.TagClassName
{
border-color: #55C277;
}
</style>