Shades of Emerald #61DF87
Tints of Emerald #61DF87
RGB
CMYK
RGB Variations
Color information
#61DF87 (or 0x61DF87) is known color: Emerald. HEX triplet: 61, DF and 87. RGB value is (97,223,135). Sum of RGB (Red+Green+Blue) = 97+223+135=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DF87 is #9E2078. Grayscale: #AFAFAF. Windows color (decimal): -10363001 or 8904545. OLE color: 8904545.
HSL color Cylindrical-coordinate representation of color #61DF87: hue angle of 138.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DF87 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 135 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.13 |
| HSL | 138.1º | 0.66% | 0.63% | - |
| HSV(B) | 138.1º | 0.57% | 0.87% | - |
| XYZ | 35.69 | 57.07 | 32.06 | - |
| YUV | 175.29 | 105.26 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 135 | 0.57 | 0 | 0.39 | 0.13 | 138.1 | 0.66 | 0.63 |
| Hex | 61 | DF | 87 | 39 | 0 | 27 | D | 8A | 42 | 3F |
| Octal | 141 | 337 | 207 | 71 | 0 | 47 | 15 | 212 | 102 | 77 |
| Binary | 1100001 | 11011111 | 10000111 | 111001 | 0 | 100111 | 1101 | 10001010 | 1000010 | 111111 |
Color Harmonies of #61DF87
Complementary color
Monochromatic Colors of #61DF87
Black with #61DF87
Text Example
Text Example
White with #61DF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF87; }
p { color: rgb(97,223,135); }
H1.HeaderClassName
{
color: #61DF87;
}
.AnyTagClassName
{
color: #61DF87;
}
</style>
background-color css
<style>
a { background-color: #61DF87; }
a { background-color: rgb(97,223,135); }
div.DivClassName
{
background-color: #61DF87;
}
.BgClassName
{
background-color: #61DF87;
}
</style>
border-color css
<style>
span { border-color: #61DF87; }
span { border-color: rgb(97,223,135); }
td.TdClassName
{
border-color: #61DF87;
}
.TagClassName
{
border-color: #61DF87;
}
</style>