Shades of Emerald #61D87F
Tints of Emerald #61D87F
RGB
CMYK
RGB Variations
Color information
#61D87F (or 0x61D87F) is known color: Emerald. HEX triplet: 61, D8 and 7F. RGB value is (97,216,127). Sum of RGB (Red+Green+Blue) = 97+216+127=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #61D87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D87F is #9E2780. Grayscale: #AAAAAA. Windows color (decimal): -10364801 or 8378465. OLE color: 8378465.
HSL color Cylindrical-coordinate representation of color #61D87F: hue angle of 135.13º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D87F is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 216 | 127 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.15 |
| HSL | 135.13º | 0.6% | 0.61% | - |
| HSV(B) | 135.13º | 0.55% | 0.85% | - |
| XYZ | 33.32 | 53.19 | 28.59 | - |
| YUV | 170.27 | 103.58 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 216 | 127 | 0.55 | 0 | 0.41 | 0.15 | 135.13 | 0.6 | 0.61 |
| Hex | 61 | D8 | 7F | 37 | 0 | 29 | F | 87 | 3C | 3D |
| Octal | 141 | 330 | 177 | 67 | 0 | 51 | 17 | 207 | 74 | 75 |
| Binary | 1100001 | 11011000 | 1111111 | 110111 | 0 | 101001 | 1111 | 10000111 | 111100 | 111101 |
Color Harmonies of #61D87F
Complementary color
Monochromatic Colors of #61D87F
Black with #61D87F
Text Example
Text Example
White with #61D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D87F; }
p { color: rgb(97,216,127); }
H1.HeaderClassName
{
color: #61D87F;
}
.AnyTagClassName
{
color: #61D87F;
}
</style>
background-color css
<style>
a { background-color: #61D87F; }
a { background-color: rgb(97,216,127); }
div.DivClassName
{
background-color: #61D87F;
}
.BgClassName
{
background-color: #61D87F;
}
</style>
border-color css
<style>
span { border-color: #61D87F; }
span { border-color: rgb(97,216,127); }
td.TdClassName
{
border-color: #61D87F;
}
.TagClassName
{
border-color: #61D87F;
}
</style>