Shades of Fern #61C36D
Tints of Fern #61C36D
RGB
CMYK
RGB Variations
Color information
#61C36D (or 0x61C36D) is known color: Fern. HEX triplet: 61, C3 and 6D. RGB value is (97,195,109). Sum of RGB (Red+Green+Blue) = 97+195+109=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #61C36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C36D is #9E3C92. Grayscale: #9C9C9C. Windows color (decimal): -10370195 or 7193441. OLE color: 7193441.
HSL color Cylindrical-coordinate representation of color #61C36D: hue angle of 127.35º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C36D is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 195 | 109 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.24 |
| HSL | 127.35º | 0.45% | 0.57% | - |
| HSV(B) | 127.35º | 0.5% | 0.76% | - |
| XYZ | 27.21 | 42.68 | 21.27 | - |
| YUV | 155.89 | 101.53 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 195 | 109 | 0.50 | 0 | 0.44 | 0.24 | 127.35 | 0.45 | 0.57 |
| Hex | 61 | C3 | 6D | 32 | 0 | 2C | 18 | 7F | 2D | 39 |
| Octal | 141 | 303 | 155 | 62 | 0 | 54 | 30 | 177 | 55 | 71 |
| Binary | 1100001 | 11000011 | 1101101 | 110010 | 0 | 101100 | 11000 | 1111111 | 101101 | 111001 |
Color Harmonies of #61C36D
Complementary color
Monochromatic Colors of #61C36D
Black with #61C36D
Text Example
Text Example
White with #61C36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C36D; }
p { color: rgb(97,195,109); }
H1.HeaderClassName
{
color: #61C36D;
}
.AnyTagClassName
{
color: #61C36D;
}
</style>
background-color css
<style>
a { background-color: #61C36D; }
a { background-color: rgb(97,195,109); }
div.DivClassName
{
background-color: #61C36D;
}
.BgClassName
{
background-color: #61C36D;
}
</style>
border-color css
<style>
span { border-color: #61C36D; }
span { border-color: rgb(97,195,109); }
td.TdClassName
{
border-color: #61C36D;
}
.TagClassName
{
border-color: #61C36D;
}
</style>