Shades of Emerald #55D762
Tints of Emerald #55D762
RGB
CMYK
RGB Variations
Color information
#55D762 (or 0x55D762) is known color: Emerald. HEX triplet: 55, D7 and 62. RGB value is (85,215,98). Sum of RGB (Red+Green+Blue) = 85+215+98=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #55D762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D762 is #AA289D. Grayscale: #A3A3A3. Windows color (decimal): -11151518 or 6477653. OLE color: 6477653.
HSL color Cylindrical-coordinate representation of color #55D762: hue angle of 126º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D762 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 98 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.16 |
| HSL | 126º | 0.62% | 0.59% | - |
| HSV(B) | 126º | 0.6% | 0.84% | - |
| XYZ | 30.25 | 51.41 | 19.88 | - |
| YUV | 162.79 | 91.43 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 98 | 0.60 | 0 | 0.54 | 0.16 | 126 | 0.62 | 0.59 |
| Hex | 55 | D7 | 62 | 3C | 0 | 36 | 10 | 7E | 3E | 3B |
| Octal | 125 | 327 | 142 | 74 | 0 | 66 | 20 | 176 | 76 | 73 |
| Binary | 1010101 | 11010111 | 1100010 | 111100 | 0 | 110110 | 10000 | 1111110 | 111110 | 111011 |
Color Harmonies of #55D762
Complementary color
Monochromatic Colors of #55D762
Black with #55D762
Text Example
Text Example
White with #55D762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D762; }
p { color: rgb(85,215,98); }
H1.HeaderClassName
{
color: #55D762;
}
.AnyTagClassName
{
color: #55D762;
}
</style>
background-color css
<style>
a { background-color: #55D762; }
a { background-color: rgb(85,215,98); }
div.DivClassName
{
background-color: #55D762;
}
.BgClassName
{
background-color: #55D762;
}
</style>
border-color css
<style>
span { border-color: #55D762; }
span { border-color: rgb(85,215,98); }
td.TdClassName
{
border-color: #55D762;
}
.TagClassName
{
border-color: #55D762;
}
</style>