Shades of Emerald #61C975
Tints of Emerald #61C975
RGB
CMYK
RGB Variations
Color information
#61C975 (or 0x61C975) is known color: Emerald. HEX triplet: 61, C9 and 75. RGB value is (97,201,117). Sum of RGB (Red+Green+Blue) = 97+201+117=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #61C975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C975 is #9E368A. Grayscale: #A0A0A0. Windows color (decimal): -10368651 or 7719265. OLE color: 7719265.
HSL color Cylindrical-coordinate representation of color #61C975: hue angle of 131.54º 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 #61C975 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 201 | 117 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.21 |
| HSL | 131.54º | 0.49% | 0.58% | - |
| HSV(B) | 131.54º | 0.52% | 0.79% | - |
| XYZ | 29.03 | 45.6 | 24.1 | - |
| YUV | 160.33 | 103.54 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 117 | 0.52 | 0 | 0.42 | 0.21 | 131.54 | 0.49 | 0.58 |
| Hex | 61 | C9 | 75 | 34 | 0 | 2A | 15 | 84 | 31 | 3A |
| Octal | 141 | 311 | 165 | 64 | 0 | 52 | 25 | 204 | 61 | 72 |
| Binary | 1100001 | 11001001 | 1110101 | 110100 | 0 | 101010 | 10101 | 10000100 | 110001 | 111010 |
Color Harmonies of #61C975
Complementary color
Monochromatic Colors of #61C975
Black with #61C975
Text Example
Text Example
White with #61C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C975; }
p { color: rgb(97,201,117); }
H1.HeaderClassName
{
color: #61C975;
}
.AnyTagClassName
{
color: #61C975;
}
</style>
background-color css
<style>
a { background-color: #61C975; }
a { background-color: rgb(97,201,117); }
div.DivClassName
{
background-color: #61C975;
}
.BgClassName
{
background-color: #61C975;
}
</style>
border-color css
<style>
span { border-color: #61C975; }
span { border-color: rgb(97,201,117); }
td.TdClassName
{
border-color: #61C975;
}
.TagClassName
{
border-color: #61C975;
}
</style>