Shades of Emerald #55C17C
Tints of Emerald #55C17C
RGB
CMYK
RGB Variations
Color information
#55C17C (or 0x55C17C) is known color: Emerald. HEX triplet: 55, C1 and 7C. RGB value is (85,193,124). Sum of RGB (Red+Green+Blue) = 85+193+124=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #55C17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C17C is #AA3E83. Grayscale: #999999. Windows color (decimal): -11157124 or 8175957. OLE color: 8175957.
HSL color Cylindrical-coordinate representation of color #55C17C: hue angle of 141.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 #55C17C is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 124 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.24 |
| HSL | 141.67º | 0.47% | 0.55% | - |
| HSV(B) | 141.67º | 0.56% | 0.76% | - |
| XYZ | 26.45 | 41.53 | 25.69 | - |
| YUV | 152.84 | 111.72 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 124 | 0.56 | 0 | 0.36 | 0.24 | 141.67 | 0.47 | 0.55 |
| Hex | 55 | C1 | 7C | 38 | 0 | 24 | 18 | 8E | 2F | 37 |
| Octal | 125 | 301 | 174 | 70 | 0 | 44 | 30 | 216 | 57 | 67 |
| Binary | 1010101 | 11000001 | 1111100 | 111000 | 0 | 100100 | 11000 | 10001110 | 101111 | 110111 |
Color Harmonies of #55C17C
Complementary color
Monochromatic Colors of #55C17C
Black with #55C17C
Text Example
Text Example
White with #55C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C17C; }
p { color: rgb(85,193,124); }
H1.HeaderClassName
{
color: #55C17C;
}
.AnyTagClassName
{
color: #55C17C;
}
</style>
background-color css
<style>
a { background-color: #55C17C; }
a { background-color: rgb(85,193,124); }
div.DivClassName
{
background-color: #55C17C;
}
.BgClassName
{
background-color: #55C17C;
}
</style>
border-color css
<style>
span { border-color: #55C17C; }
span { border-color: rgb(85,193,124); }
td.TdClassName
{
border-color: #55C17C;
}
.TagClassName
{
border-color: #55C17C;
}
</style>