Shades of Emerald #55C06D
Tints of Emerald #55C06D
RGB
CMYK
RGB Variations
Color information
#55C06D (or 0x55C06D) is known color: Emerald. HEX triplet: 55, C0 and 6D. RGB value is (85,192,109). Sum of RGB (Red+Green+Blue) = 85+192+109=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #55C06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C06D is #AA3F92. Grayscale: #969696. Windows color (decimal): -11157395 or 7192661. OLE color: 7192661.
HSL color Cylindrical-coordinate representation of color #55C06D: hue angle of 133.46º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C06D is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 109 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.25 |
| HSL | 133.46º | 0.46% | 0.54% | - |
| HSV(B) | 133.46º | 0.56% | 0.75% | - |
| XYZ | 25.36 | 40.73 | 20.99 | - |
| YUV | 150.55 | 104.55 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 109 | 0.56 | 0 | 0.43 | 0.25 | 133.46 | 0.46 | 0.54 |
| Hex | 55 | C0 | 6D | 38 | 0 | 2B | 19 | 85 | 2E | 36 |
| Octal | 125 | 300 | 155 | 70 | 0 | 53 | 31 | 205 | 56 | 66 |
| Binary | 1010101 | 11000000 | 1101101 | 111000 | 0 | 101011 | 11001 | 10000101 | 101110 | 110110 |
Color Harmonies of #55C06D
Complementary color
Monochromatic Colors of #55C06D
Black with #55C06D
Text Example
Text Example
White with #55C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C06D; }
p { color: rgb(85,192,109); }
H1.HeaderClassName
{
color: #55C06D;
}
.AnyTagClassName
{
color: #55C06D;
}
</style>
background-color css
<style>
a { background-color: #55C06D; }
a { background-color: rgb(85,192,109); }
div.DivClassName
{
background-color: #55C06D;
}
.BgClassName
{
background-color: #55C06D;
}
</style>
border-color css
<style>
span { border-color: #55C06D; }
span { border-color: rgb(85,192,109); }
td.TdClassName
{
border-color: #55C06D;
}
.TagClassName
{
border-color: #55C06D;
}
</style>