Shades of Emerald #61D978
Tints of Emerald #61D978
RGB
CMYK
RGB Variations
Color information
#61D978 (or 0x61D978) is known color: Emerald. HEX triplet: 61, D9 and 78. RGB value is (97,217,120). Sum of RGB (Red+Green+Blue) = 97+217+120=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #61D978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D978 is #9E2687. Grayscale: #AAAAAA. Windows color (decimal): -10364552 or 7919969. OLE color: 7919969.
HSL color Cylindrical-coordinate representation of color #61D978: hue angle of 131.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D978 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 217 | 120 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.15 |
| HSL | 131.5º | 0.61% | 0.62% | - |
| HSV(B) | 131.5º | 0.55% | 0.85% | - |
| XYZ | 33.13 | 53.52 | 26.35 | - |
| YUV | 170.06 | 99.74 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 217 | 120 | 0.55 | 0 | 0.45 | 0.15 | 131.5 | 0.61 | 0.62 |
| Hex | 61 | D9 | 78 | 37 | 0 | 2D | F | 84 | 3D | 3E |
| Octal | 141 | 331 | 170 | 67 | 0 | 55 | 17 | 204 | 75 | 76 |
| Binary | 1100001 | 11011001 | 1111000 | 110111 | 0 | 101101 | 1111 | 10000100 | 111101 | 111110 |
Color Harmonies of #61D978
Complementary color
Monochromatic Colors of #61D978
Black with #61D978
Text Example
Text Example
White with #61D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D978; }
p { color: rgb(97,217,120); }
H1.HeaderClassName
{
color: #61D978;
}
.AnyTagClassName
{
color: #61D978;
}
</style>
background-color css
<style>
a { background-color: #61D978; }
a { background-color: rgb(97,217,120); }
div.DivClassName
{
background-color: #61D978;
}
.BgClassName
{
background-color: #61D978;
}
</style>
border-color css
<style>
span { border-color: #61D978; }
span { border-color: rgb(97,217,120); }
td.TdClassName
{
border-color: #61D978;
}
.TagClassName
{
border-color: #61D978;
}
</style>