Shades of Emerald #61D889
Tints of Emerald #61D889
RGB
CMYK
RGB Variations
Color information
#61D889 (or 0x61D889) is known color: Emerald. HEX triplet: 61, D8 and 89. RGB value is (97,216,137). Sum of RGB (Red+Green+Blue) = 97+216+137=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #61D889 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D889 is #9E2776. Grayscale: #ABABAB. Windows color (decimal): -10364791 or 9033825. OLE color: 9033825.
HSL color Cylindrical-coordinate representation of color #61D889: hue angle of 140.17º 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 #61D889 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 216 | 137 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.15 |
| HSL | 140.17º | 0.6% | 0.61% | - |
| HSV(B) | 140.17º | 0.55% | 0.85% | - |
| XYZ | 34 | 53.46 | 32.19 | - |
| YUV | 171.41 | 108.58 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 216 | 137 | 0.55 | 0 | 0.37 | 0.15 | 140.17 | 0.6 | 0.61 |
| Hex | 61 | D8 | 89 | 37 | 0 | 25 | F | 8C | 3C | 3D |
| Octal | 141 | 330 | 211 | 67 | 0 | 45 | 17 | 214 | 74 | 75 |
| Binary | 1100001 | 11011000 | 10001001 | 110111 | 0 | 100101 | 1111 | 10001100 | 111100 | 111101 |
Color Harmonies of #61D889
Complementary color
Monochromatic Colors of #61D889
Black with #61D889
Text Example
Text Example
White with #61D889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D889; }
p { color: rgb(97,216,137); }
H1.HeaderClassName
{
color: #61D889;
}
.AnyTagClassName
{
color: #61D889;
}
</style>
background-color css
<style>
a { background-color: #61D889; }
a { background-color: rgb(97,216,137); }
div.DivClassName
{
background-color: #61D889;
}
.BgClassName
{
background-color: #61D889;
}
</style>
border-color css
<style>
span { border-color: #61D889; }
span { border-color: rgb(97,216,137); }
td.TdClassName
{
border-color: #61D889;
}
.TagClassName
{
border-color: #61D889;
}
</style>