Shades of Emerald #55C282
Tints of Emerald #55C282
RGB
CMYK
RGB Variations
Color information
#55C282 (or 0x55C282) is known color: Emerald. HEX triplet: 55, C2 and 82. RGB value is (85,194,130). Sum of RGB (Red+Green+Blue) = 85+194+130=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #55C282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C282 is #AA3D7D. Grayscale: #9A9A9A. Windows color (decimal): -11156862 or 8569429. OLE color: 8569429.
HSL color Cylindrical-coordinate representation of color #55C282: hue angle of 144.77º 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 #55C282 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 130 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.24 |
| HSL | 144.77º | 0.47% | 0.55% | - |
| HSV(B) | 144.77º | 0.56% | 0.76% | - |
| XYZ | 27.07 | 42.13 | 27.82 | - |
| YUV | 154.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 130 | 0.56 | 0 | 0.33 | 0.24 | 144.77 | 0.47 | 0.55 |
| Hex | 55 | C2 | 82 | 38 | 0 | 21 | 18 | 91 | 2F | 37 |
| Octal | 125 | 302 | 202 | 70 | 0 | 41 | 30 | 221 | 57 | 67 |
| Binary | 1010101 | 11000010 | 10000010 | 111000 | 0 | 100001 | 11000 | 10010001 | 101111 | 110111 |
Color Harmonies of #55C282
Complementary color
Monochromatic Colors of #55C282
Black with #55C282
Text Example
Text Example
White with #55C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C282; }
p { color: rgb(85,194,130); }
H1.HeaderClassName
{
color: #55C282;
}
.AnyTagClassName
{
color: #55C282;
}
</style>
background-color css
<style>
a { background-color: #55C282; }
a { background-color: rgb(85,194,130); }
div.DivClassName
{
background-color: #55C282;
}
.BgClassName
{
background-color: #55C282;
}
</style>
border-color css
<style>
span { border-color: #55C282; }
span { border-color: rgb(85,194,130); }
td.TdClassName
{
border-color: #55C282;
}
.TagClassName
{
border-color: #55C282;
}
</style>