Shades of Fern #61C970
Tints of Fern #61C970
RGB
CMYK
RGB Variations
Color information
#61C970 (or 0x61C970) is known color: Fern. HEX triplet: 61, C9 and 70. RGB value is (97,201,112). Sum of RGB (Red+Green+Blue) = 97+201+112=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #61C970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C970 is #9E368F. Grayscale: #A0A0A0. Windows color (decimal): -10368656 or 7391585. OLE color: 7391585.
HSL color Cylindrical-coordinate representation of color #61C970: hue angle of 128.65º 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 #61C970 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 201 | 112 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.21 |
| HSL | 128.65º | 0.49% | 0.58% | - |
| HSV(B) | 128.65º | 0.52% | 0.79% | - |
| XYZ | 28.74 | 45.48 | 22.59 | - |
| YUV | 159.76 | 101.04 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 112 | 0.52 | 0 | 0.44 | 0.21 | 128.65 | 0.49 | 0.58 |
| Hex | 61 | C9 | 70 | 34 | 0 | 2C | 15 | 81 | 31 | 3A |
| Octal | 141 | 311 | 160 | 64 | 0 | 54 | 25 | 201 | 61 | 72 |
| Binary | 1100001 | 11001001 | 1110000 | 110100 | 0 | 101100 | 10101 | 10000001 | 110001 | 111010 |
Color Harmonies of #61C970
Complementary color
Monochromatic Colors of #61C970
Black with #61C970
Text Example
Text Example
White with #61C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C970; }
p { color: rgb(97,201,112); }
H1.HeaderClassName
{
color: #61C970;
}
.AnyTagClassName
{
color: #61C970;
}
</style>
background-color css
<style>
a { background-color: #61C970; }
a { background-color: rgb(97,201,112); }
div.DivClassName
{
background-color: #61C970;
}
.BgClassName
{
background-color: #61C970;
}
</style>
border-color css
<style>
span { border-color: #61C970; }
span { border-color: rgb(97,201,112); }
td.TdClassName
{
border-color: #61C970;
}
.TagClassName
{
border-color: #61C970;
}
</style>