Shades of Emerald #61D587
Tints of Emerald #61D587
RGB
CMYK
RGB Variations
Color information
#61D587 (or 0x61D587) is known color: Emerald. HEX triplet: 61, D5 and 87. RGB value is (97,213,135). Sum of RGB (Red+Green+Blue) = 97+213+135=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #61D587 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D587 is #9E2A78. Grayscale: #A9A9A9. Windows color (decimal): -10365561 or 8901985. OLE color: 8901985.
HSL color Cylindrical-coordinate representation of color #61D587: hue angle of 139.66º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D587 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 213 | 135 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.16 |
| HSL | 139.66º | 0.58% | 0.61% | - |
| HSV(B) | 139.66º | 0.54% | 0.84% | - |
| XYZ | 33.1 | 51.88 | 31.19 | - |
| YUV | 169.42 | 108.57 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 213 | 135 | 0.54 | 0 | 0.37 | 0.16 | 139.66 | 0.58 | 0.61 |
| Hex | 61 | D5 | 87 | 36 | 0 | 25 | 10 | 8C | 3A | 3D |
| Octal | 141 | 325 | 207 | 66 | 0 | 45 | 20 | 214 | 72 | 75 |
| Binary | 1100001 | 11010101 | 10000111 | 110110 | 0 | 100101 | 10000 | 10001100 | 111010 | 111101 |
Color Harmonies of #61D587
Complementary color
Monochromatic Colors of #61D587
Black with #61D587
Text Example
Text Example
White with #61D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D587; }
p { color: rgb(97,213,135); }
H1.HeaderClassName
{
color: #61D587;
}
.AnyTagClassName
{
color: #61D587;
}
</style>
background-color css
<style>
a { background-color: #61D587; }
a { background-color: rgb(97,213,135); }
div.DivClassName
{
background-color: #61D587;
}
.BgClassName
{
background-color: #61D587;
}
</style>
border-color css
<style>
span { border-color: #61D587; }
span { border-color: rgb(97,213,135); }
td.TdClassName
{
border-color: #61D587;
}
.TagClassName
{
border-color: #61D587;
}
</style>