Shades of Emerald #55D761
Tints of Emerald #55D761
RGB
CMYK
RGB Variations
Color information
#55D761 (or 0x55D761) is known color: Emerald. HEX triplet: 55, D7 and 61. RGB value is (85,215,97). Sum of RGB (Red+Green+Blue) = 85+215+97=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #55D761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D761 is #AA289E. Grayscale: #A3A3A3. Windows color (decimal): -11151519 or 6412117. OLE color: 6412117.
HSL color Cylindrical-coordinate representation of color #55D761: hue angle of 125.54º 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 #55D761 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 97 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.16 |
| HSL | 125.54º | 0.62% | 0.59% | - |
| HSV(B) | 125.54º | 0.6% | 0.84% | - |
| XYZ | 30.2 | 51.4 | 19.64 | - |
| YUV | 162.68 | 90.93 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 97 | 0.60 | 0 | 0.55 | 0.16 | 125.54 | 0.62 | 0.59 |
| Hex | 55 | D7 | 61 | 3C | 0 | 37 | 10 | 7E | 3E | 3B |
| Octal | 125 | 327 | 141 | 74 | 0 | 67 | 20 | 176 | 76 | 73 |
| Binary | 1010101 | 11010111 | 1100001 | 111100 | 0 | 110111 | 10000 | 1111110 | 111110 | 111011 |
Color Harmonies of #55D761
Complementary color
Monochromatic Colors of #55D761
Black with #55D761
Text Example
Text Example
White with #55D761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D761; }
p { color: rgb(85,215,97); }
H1.HeaderClassName
{
color: #55D761;
}
.AnyTagClassName
{
color: #55D761;
}
</style>
background-color css
<style>
a { background-color: #55D761; }
a { background-color: rgb(85,215,97); }
div.DivClassName
{
background-color: #55D761;
}
.BgClassName
{
background-color: #55D761;
}
</style>
border-color css
<style>
span { border-color: #55D761; }
span { border-color: rgb(85,215,97); }
td.TdClassName
{
border-color: #55D761;
}
.TagClassName
{
border-color: #55D761;
}
</style>