Shades of Emerald #55C07E
Tints of Emerald #55C07E
RGB
CMYK
RGB Variations
Color information
#55C07E (or 0x55C07E) is known color: Emerald. HEX triplet: 55, C0 and 7E. RGB value is (85,192,126). Sum of RGB (Red+Green+Blue) = 85+192+126=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #55C07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C07E is #AA3F81. Grayscale: #989898. Windows color (decimal): -11157378 or 8306773. OLE color: 8306773.
HSL color Cylindrical-coordinate representation of color #55C07E: hue angle of 142.99º 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 #55C07E is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 126 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.25 |
| HSL | 142.99º | 0.46% | 0.54% | - |
| HSV(B) | 142.99º | 0.56% | 0.75% | - |
| XYZ | 26.36 | 41.14 | 26.29 | - |
| YUV | 152.48 | 113.05 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 126 | 0.56 | 0 | 0.34 | 0.25 | 142.99 | 0.46 | 0.54 |
| Hex | 55 | C0 | 7E | 38 | 0 | 22 | 19 | 8F | 2E | 36 |
| Octal | 125 | 300 | 176 | 70 | 0 | 42 | 31 | 217 | 56 | 66 |
| Binary | 1010101 | 11000000 | 1111110 | 111000 | 0 | 100010 | 11001 | 10001111 | 101110 | 110110 |
Color Harmonies of #55C07E
Complementary color
Monochromatic Colors of #55C07E
Black with #55C07E
Text Example
Text Example
White with #55C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C07E; }
p { color: rgb(85,192,126); }
H1.HeaderClassName
{
color: #55C07E;
}
.AnyTagClassName
{
color: #55C07E;
}
</style>
background-color css
<style>
a { background-color: #55C07E; }
a { background-color: rgb(85,192,126); }
div.DivClassName
{
background-color: #55C07E;
}
.BgClassName
{
background-color: #55C07E;
}
</style>
border-color css
<style>
span { border-color: #55C07E; }
span { border-color: rgb(85,192,126); }
td.TdClassName
{
border-color: #55C07E;
}
.TagClassName
{
border-color: #55C07E;
}
</style>