Shades of Fern #61C661
Tints of Fern #61C661
RGB
CMYK
RGB Variations
Color information
#61C661 (or 0x61C661) is known color: Fern. HEX triplet: 61, C6 and 61. RGB value is (97,198,97). Sum of RGB (Red+Green+Blue) = 97+198+97=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #61C661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C661 is #9E399E. Grayscale: #9C9C9C. Windows color (decimal): -10369439 or 6407777. OLE color: 6407777.
HSL color Cylindrical-coordinate representation of color #61C661: hue angle of 120º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C661 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 198 | 97 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.22 |
| HSL | 120º | 0.47% | 0.58% | - |
| HSV(B) | 120º | 0.51% | 0.78% | - |
| XYZ | 27.28 | 43.79 | 18.32 | - |
| YUV | 156.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 97 | 0.51 | 0 | 0.51 | 0.22 | 120 | 0.47 | 0.58 |
| Hex | 61 | C6 | 61 | 33 | 0 | 33 | 16 | 78 | 2F | 3A |
| Octal | 141 | 306 | 141 | 63 | 0 | 63 | 26 | 170 | 57 | 72 |
| Binary | 1100001 | 11000110 | 1100001 | 110011 | 0 | 110011 | 10110 | 1111000 | 101111 | 111010 |
Color Harmonies of #61C661
Complementary color
Monochromatic Colors of #61C661
Black with #61C661
Text Example
Text Example
White with #61C661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C661; }
p { color: rgb(97,198,97); }
H1.HeaderClassName
{
color: #61C661;
}
.AnyTagClassName
{
color: #61C661;
}
</style>
background-color css
<style>
a { background-color: #61C661; }
a { background-color: rgb(97,198,97); }
div.DivClassName
{
background-color: #61C661;
}
.BgClassName
{
background-color: #61C661;
}
</style>
border-color css
<style>
span { border-color: #61C661; }
span { border-color: rgb(97,198,97); }
td.TdClassName
{
border-color: #61C661;
}
.TagClassName
{
border-color: #61C661;
}
</style>