Shades of Emerald #55C475
Tints of Emerald #55C475
RGB
CMYK
RGB Variations
Color information
#55C475 (or 0x55C475) is known color: Emerald. HEX triplet: 55, C4 and 75. RGB value is (85,196,117). Sum of RGB (Red+Green+Blue) = 85+196+117=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #55C475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C475 is #AA3B8A. Grayscale: #9A9A9A. Windows color (decimal): -11156363 or 7717973. OLE color: 7717973.
HSL color Cylindrical-coordinate representation of color #55C475: hue angle of 137.3º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C475 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 117 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.23 |
| HSL | 137.3º | 0.48% | 0.55% | - |
| HSV(B) | 137.3º | 0.57% | 0.77% | - |
| XYZ | 26.7 | 42.7 | 23.66 | - |
| YUV | 153.81 | 107.23 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 117 | 0.57 | 0 | 0.40 | 0.23 | 137.3 | 0.48 | 0.55 |
| Hex | 55 | C4 | 75 | 39 | 0 | 28 | 17 | 89 | 30 | 37 |
| Octal | 125 | 304 | 165 | 71 | 0 | 50 | 27 | 211 | 60 | 67 |
| Binary | 1010101 | 11000100 | 1110101 | 111001 | 0 | 101000 | 10111 | 10001001 | 110000 | 110111 |
Color Harmonies of #55C475
Complementary color
Monochromatic Colors of #55C475
Black with #55C475
Text Example
Text Example
White with #55C475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C475; }
p { color: rgb(85,196,117); }
H1.HeaderClassName
{
color: #55C475;
}
.AnyTagClassName
{
color: #55C475;
}
</style>
background-color css
<style>
a { background-color: #55C475; }
a { background-color: rgb(85,196,117); }
div.DivClassName
{
background-color: #55C475;
}
.BgClassName
{
background-color: #55C475;
}
</style>
border-color css
<style>
span { border-color: #55C475; }
span { border-color: rgb(85,196,117); }
td.TdClassName
{
border-color: #55C475;
}
.TagClassName
{
border-color: #55C475;
}
</style>