Shades of Emerald #55C382
Tints of Emerald #55C382
RGB
CMYK
RGB Variations
Color information
#55C382 (or 0x55C382) is known color: Emerald. HEX triplet: 55, C3 and 82. RGB value is (85,195,130). Sum of RGB (Red+Green+Blue) = 85+195+130=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #55C382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C382 is #AA3C7D. Grayscale: #9A9A9A. Windows color (decimal): -11156606 or 8569685. OLE color: 8569685.
HSL color Cylindrical-coordinate representation of color #55C382: hue angle of 144.55º degrees, saturation: 0.48, 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 #55C382 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 130 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.24 |
| HSL | 144.55º | 0.48% | 0.55% | - |
| HSV(B) | 144.55º | 0.56% | 0.76% | - |
| XYZ | 27.29 | 42.57 | 27.9 | - |
| YUV | 154.7 | 114.06 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 130 | 0.56 | 0 | 0.33 | 0.24 | 144.55 | 0.48 | 0.55 |
| Hex | 55 | C3 | 82 | 38 | 0 | 21 | 18 | 91 | 30 | 37 |
| Octal | 125 | 303 | 202 | 70 | 0 | 41 | 30 | 221 | 60 | 67 |
| Binary | 1010101 | 11000011 | 10000010 | 111000 | 0 | 100001 | 11000 | 10010001 | 110000 | 110111 |
Color Harmonies of #55C382
Complementary color
Monochromatic Colors of #55C382
Black with #55C382
Text Example
Text Example
White with #55C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C382; }
p { color: rgb(85,195,130); }
H1.HeaderClassName
{
color: #55C382;
}
.AnyTagClassName
{
color: #55C382;
}
</style>
background-color css
<style>
a { background-color: #55C382; }
a { background-color: rgb(85,195,130); }
div.DivClassName
{
background-color: #55C382;
}
.BgClassName
{
background-color: #55C382;
}
</style>
border-color css
<style>
span { border-color: #55C382; }
span { border-color: rgb(85,195,130); }
td.TdClassName
{
border-color: #55C382;
}
.TagClassName
{
border-color: #55C382;
}
</style>