Shades of Emerald #55C280
Tints of Emerald #55C280
RGB
CMYK
RGB Variations
Color information
#55C280 (or 0x55C280) is known color: Emerald. HEX triplet: 55, C2 and 80. RGB value is (85,194,128). Sum of RGB (Red+Green+Blue) = 85+194+128=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #55C280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C280 is #AA3D7F. Grayscale: #9A9A9A. Windows color (decimal): -11156864 or 8438357. OLE color: 8438357.
HSL color Cylindrical-coordinate representation of color #55C280: hue angle of 143.67º 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 #55C280 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 128 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.24 |
| HSL | 143.67º | 0.47% | 0.55% | - |
| HSV(B) | 143.67º | 0.56% | 0.76% | - |
| XYZ | 26.93 | 42.07 | 27.12 | - |
| YUV | 153.89 | 113.39 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 128 | 0.56 | 0 | 0.34 | 0.24 | 143.67 | 0.47 | 0.55 |
| Hex | 55 | C2 | 80 | 38 | 0 | 22 | 18 | 90 | 2F | 37 |
| Octal | 125 | 302 | 200 | 70 | 0 | 42 | 30 | 220 | 57 | 67 |
| Binary | 1010101 | 11000010 | 10000000 | 111000 | 0 | 100010 | 11000 | 10010000 | 101111 | 110111 |
Color Harmonies of #55C280
Complementary color
Monochromatic Colors of #55C280
Black with #55C280
Text Example
Text Example
White with #55C280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C280; }
p { color: rgb(85,194,128); }
H1.HeaderClassName
{
color: #55C280;
}
.AnyTagClassName
{
color: #55C280;
}
</style>
background-color css
<style>
a { background-color: #55C280; }
a { background-color: rgb(85,194,128); }
div.DivClassName
{
background-color: #55C280;
}
.BgClassName
{
background-color: #55C280;
}
</style>
border-color css
<style>
span { border-color: #55C280; }
span { border-color: rgb(85,194,128); }
td.TdClassName
{
border-color: #55C280;
}
.TagClassName
{
border-color: #55C280;
}
</style>