Shades of Emerald #61C978
Tints of Emerald #61C978
RGB
CMYK
RGB Variations
Color information
#61C978 (or 0x61C978) is known color: Emerald. HEX triplet: 61, C9 and 78. RGB value is (97,201,120). Sum of RGB (Red+Green+Blue) = 97+201+120=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #61C978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C978 is #9E3687. Grayscale: #A0A0A0. Windows color (decimal): -10368648 or 7915873. OLE color: 7915873.
HSL color Cylindrical-coordinate representation of color #61C978: hue angle of 133.27º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C978 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 201 | 120 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.21 |
| HSL | 133.27º | 0.49% | 0.58% | - |
| HSV(B) | 133.27º | 0.52% | 0.79% | - |
| XYZ | 29.21 | 45.67 | 25.05 | - |
| YUV | 160.67 | 105.04 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 120 | 0.52 | 0 | 0.40 | 0.21 | 133.27 | 0.49 | 0.58 |
| Hex | 61 | C9 | 78 | 34 | 0 | 28 | 15 | 85 | 31 | 3A |
| Octal | 141 | 311 | 170 | 64 | 0 | 50 | 25 | 205 | 61 | 72 |
| Binary | 1100001 | 11001001 | 1111000 | 110100 | 0 | 101000 | 10101 | 10000101 | 110001 | 111010 |
Color Harmonies of #61C978
Complementary color
Monochromatic Colors of #61C978
Black with #61C978
Text Example
Text Example
White with #61C978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C978; }
p { color: rgb(97,201,120); }
H1.HeaderClassName
{
color: #61C978;
}
.AnyTagClassName
{
color: #61C978;
}
</style>
background-color css
<style>
a { background-color: #61C978; }
a { background-color: rgb(97,201,120); }
div.DivClassName
{
background-color: #61C978;
}
.BgClassName
{
background-color: #61C978;
}
</style>
border-color css
<style>
span { border-color: #61C978; }
span { border-color: rgb(97,201,120); }
td.TdClassName
{
border-color: #61C978;
}
.TagClassName
{
border-color: #61C978;
}
</style>