Shades of Fern #61C96B
Tints of Fern #61C96B
RGB
CMYK
RGB Variations
Color information
#61C96B (or 0x61C96B) is known color: Fern. HEX triplet: 61, C9 and 6B. RGB value is (97,201,107). Sum of RGB (Red+Green+Blue) = 97+201+107=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #61C96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C96B is #9E3694. Grayscale: #9F9F9F. Windows color (decimal): -10368661 or 7063905. OLE color: 7063905.
HSL color Cylindrical-coordinate representation of color #61C96B: hue angle of 125.77º 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 #61C96B is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 201 | 107 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.21 |
| HSL | 125.77º | 0.49% | 0.58% | - |
| HSV(B) | 125.77º | 0.52% | 0.79% | - |
| XYZ | 28.47 | 45.38 | 21.17 | - |
| YUV | 159.19 | 98.54 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 107 | 0.52 | 0 | 0.47 | 0.21 | 125.77 | 0.49 | 0.58 |
| Hex | 61 | C9 | 6B | 34 | 0 | 2F | 15 | 7E | 31 | 3A |
| Octal | 141 | 311 | 153 | 64 | 0 | 57 | 25 | 176 | 61 | 72 |
| Binary | 1100001 | 11001001 | 1101011 | 110100 | 0 | 101111 | 10101 | 1111110 | 110001 | 111010 |
Color Harmonies of #61C96B
Complementary color
Monochromatic Colors of #61C96B
Black with #61C96B
Text Example
Text Example
White with #61C96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C96B; }
p { color: rgb(97,201,107); }
H1.HeaderClassName
{
color: #61C96B;
}
.AnyTagClassName
{
color: #61C96B;
}
</style>
background-color css
<style>
a { background-color: #61C96B; }
a { background-color: rgb(97,201,107); }
div.DivClassName
{
background-color: #61C96B;
}
.BgClassName
{
background-color: #61C96B;
}
</style>
border-color css
<style>
span { border-color: #61C96B; }
span { border-color: rgb(97,201,107); }
td.TdClassName
{
border-color: #61C96B;
}
.TagClassName
{
border-color: #61C96B;
}
</style>