Shades of Emerald #55C175
Tints of Emerald #55C175
RGB
CMYK
RGB Variations
Color information
#55C175 (or 0x55C175) is known color: Emerald. HEX triplet: 55, C1 and 75. RGB value is (85,193,117). Sum of RGB (Red+Green+Blue) = 85+193+117=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #55C175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C175 is #AA3E8A. Grayscale: #989898. Windows color (decimal): -11157131 or 7717205. OLE color: 7717205.
HSL color Cylindrical-coordinate representation of color #55C175: hue angle of 137.78º 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 #55C175 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 117 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.24 |
| HSL | 137.78º | 0.47% | 0.55% | - |
| HSV(B) | 137.78º | 0.56% | 0.76% | - |
| XYZ | 26.03 | 41.36 | 23.44 | - |
| YUV | 152.04 | 108.22 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 117 | 0.56 | 0 | 0.39 | 0.24 | 137.78 | 0.47 | 0.55 |
| Hex | 55 | C1 | 75 | 38 | 0 | 27 | 18 | 8A | 2F | 37 |
| Octal | 125 | 301 | 165 | 70 | 0 | 47 | 30 | 212 | 57 | 67 |
| Binary | 1010101 | 11000001 | 1110101 | 111000 | 0 | 100111 | 11000 | 10001010 | 101111 | 110111 |
Color Harmonies of #55C175
Complementary color
Monochromatic Colors of #55C175
Black with #55C175
Text Example
Text Example
White with #55C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C175; }
p { color: rgb(85,193,117); }
H1.HeaderClassName
{
color: #55C175;
}
.AnyTagClassName
{
color: #55C175;
}
</style>
background-color css
<style>
a { background-color: #55C175; }
a { background-color: rgb(85,193,117); }
div.DivClassName
{
background-color: #55C175;
}
.BgClassName
{
background-color: #55C175;
}
</style>
border-color css
<style>
span { border-color: #55C175; }
span { border-color: rgb(85,193,117); }
td.TdClassName
{
border-color: #55C175;
}
.TagClassName
{
border-color: #55C175;
}
</style>