Shades of Emerald #55D962
Tints of Emerald #55D962
RGB
CMYK
RGB Variations
Color information
#55D962 (or 0x55D962) is known color: Emerald. HEX triplet: 55, D9 and 62. RGB value is (85,217,98). Sum of RGB (Red+Green+Blue) = 85+217+98=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #55D962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D962 is #AA269D. Grayscale: #A4A4A4. Windows color (decimal): -11151006 or 6478165. OLE color: 6478165.
HSL color Cylindrical-coordinate representation of color #55D962: hue angle of 125.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D962 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 98 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.15 |
| HSL | 125.91º | 0.63% | 0.59% | - |
| HSV(B) | 125.91º | 0.61% | 0.85% | - |
| XYZ | 30.76 | 52.44 | 20.06 | - |
| YUV | 163.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 98 | 0.61 | 0 | 0.55 | 0.15 | 125.91 | 0.63 | 0.59 |
| Hex | 55 | D9 | 62 | 3D | 0 | 37 | F | 7E | 3F | 3B |
| Octal | 125 | 331 | 142 | 75 | 0 | 67 | 17 | 176 | 77 | 73 |
| Binary | 1010101 | 11011001 | 1100010 | 111101 | 0 | 110111 | 1111 | 1111110 | 111111 | 111011 |
Color Harmonies of #55D962
Complementary color
Monochromatic Colors of #55D962
Black with #55D962
Text Example
Text Example
White with #55D962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D962; }
p { color: rgb(85,217,98); }
H1.HeaderClassName
{
color: #55D962;
}
.AnyTagClassName
{
color: #55D962;
}
</style>
background-color css
<style>
a { background-color: #55D962; }
a { background-color: rgb(85,217,98); }
div.DivClassName
{
background-color: #55D962;
}
.BgClassName
{
background-color: #55D962;
}
</style>
border-color css
<style>
span { border-color: #55D962; }
span { border-color: rgb(85,217,98); }
td.TdClassName
{
border-color: #55D962;
}
.TagClassName
{
border-color: #55D962;
}
</style>