Shades of Fern #61C95F
Tints of Fern #61C95F
RGB
CMYK
RGB Variations
Color information
#61C95F (or 0x61C95F) is known color: Fern. HEX triplet: 61, C9 and 5F. RGB value is (97,201,95). Sum of RGB (Red+Green+Blue) = 97+201+95=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #61C95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C95F is #9E36A0. Grayscale: #9E9E9E. Windows color (decimal): -10368673 or 6277473. OLE color: 6277473.
HSL color Cylindrical-coordinate representation of color #61C95F: hue angle of 118.87º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61C95F is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 201 | 95 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.21 |
| HSL | 118.87º | 0.5% | 0.58% | - |
| HSV(B) | 118.87º | 0.53% | 0.79% | - |
| XYZ | 27.88 | 45.14 | 18.07 | - |
| YUV | 157.82 | 92.54 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 95 | 0.52 | 0 | 0.53 | 0.21 | 118.87 | 0.5 | 0.58 |
| Hex | 61 | C9 | 5F | 34 | 0 | 35 | 15 | 77 | 32 | 3A |
| Octal | 141 | 311 | 137 | 64 | 0 | 65 | 25 | 167 | 62 | 72 |
| Binary | 1100001 | 11001001 | 1011111 | 110100 | 0 | 110101 | 10101 | 1110111 | 110010 | 111010 |
Color Harmonies of #61C95F
Complementary color
Monochromatic Colors of #61C95F
Black with #61C95F
Text Example
Text Example
White with #61C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C95F; }
p { color: rgb(97,201,95); }
H1.HeaderClassName
{
color: #61C95F;
}
.AnyTagClassName
{
color: #61C95F;
}
</style>
background-color css
<style>
a { background-color: #61C95F; }
a { background-color: rgb(97,201,95); }
div.DivClassName
{
background-color: #61C95F;
}
.BgClassName
{
background-color: #61C95F;
}
</style>
border-color css
<style>
span { border-color: #61C95F; }
span { border-color: rgb(97,201,95); }
td.TdClassName
{
border-color: #61C95F;
}
.TagClassName
{
border-color: #61C95F;
}
</style>