Shades of Fern #61C85F
Tints of Fern #61C85F
RGB
CMYK
RGB Variations
Color information
#61C85F (or 0x61C85F) is known color: Fern. HEX triplet: 61, C8 and 5F. RGB value is (97,200,95). Sum of RGB (Red+Green+Blue) = 97+200+95=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #61C85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C85F is #9E37A0. Grayscale: #9D9D9D. Windows color (decimal): -10368929 or 6277217. OLE color: 6277217.
HSL color Cylindrical-coordinate representation of color #61C85F: hue angle of 118.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C85F is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 200 | 95 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.22 |
| HSL | 118.86º | 0.49% | 0.58% | - |
| HSV(B) | 118.86º | 0.53% | 0.78% | - |
| XYZ | 27.65 | 44.68 | 17.99 | - |
| YUV | 157.23 | 92.88 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 200 | 95 | 0.52 | 0 | 0.52 | 0.22 | 118.86 | 0.49 | 0.58 |
| Hex | 61 | C8 | 5F | 34 | 0 | 34 | 16 | 77 | 31 | 3A |
| Octal | 141 | 310 | 137 | 64 | 0 | 64 | 26 | 167 | 61 | 72 |
| Binary | 1100001 | 11001000 | 1011111 | 110100 | 0 | 110100 | 10110 | 1110111 | 110001 | 111010 |
Color Harmonies of #61C85F
Complementary color
Monochromatic Colors of #61C85F
Black with #61C85F
Text Example
Text Example
White with #61C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C85F; }
p { color: rgb(97,200,95); }
H1.HeaderClassName
{
color: #61C85F;
}
.AnyTagClassName
{
color: #61C85F;
}
</style>
background-color css
<style>
a { background-color: #61C85F; }
a { background-color: rgb(97,200,95); }
div.DivClassName
{
background-color: #61C85F;
}
.BgClassName
{
background-color: #61C85F;
}
</style>
border-color css
<style>
span { border-color: #61C85F; }
span { border-color: rgb(97,200,95); }
td.TdClassName
{
border-color: #61C85F;
}
.TagClassName
{
border-color: #61C85F;
}
</style>