Shades of Fern #61C462
Tints of Fern #61C462
RGB
CMYK
RGB Variations
Color information
#61C462 (or 0x61C462) is known color: Fern. HEX triplet: 61, C4 and 62. RGB value is (97,196,98). Sum of RGB (Red+Green+Blue) = 97+196+98=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #61C462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C462 is #9E3B9D. Grayscale: #9B9B9B. Windows color (decimal): -10369950 or 6472801. OLE color: 6472801.
HSL color Cylindrical-coordinate representation of color #61C462: hue angle of 120.61º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C462 is Cyan = 0.51, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 196 | 98 | - |
| CMYK | 0.51 | 0 | 0.5 | 0.23 |
| HSL | 120.61º | 0.46% | 0.57% | - |
| HSV(B) | 120.61º | 0.51% | 0.77% | - |
| XYZ | 26.87 | 42.9 | 18.42 | - |
| YUV | 155.23 | 95.7 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 196 | 98 | 0.51 | 0 | 0.5 | 0.23 | 120.61 | 0.46 | 0.57 |
| Hex | 61 | C4 | 62 | 33 | 0 | 32 | 17 | 79 | 2E | 39 |
| Octal | 141 | 304 | 142 | 63 | 0 | 62 | 27 | 171 | 56 | 71 |
| Binary | 1100001 | 11000100 | 1100010 | 110011 | 0 | 110010 | 10111 | 1111001 | 101110 | 111001 |
Color Harmonies of #61C462
Complementary color
Monochromatic Colors of #61C462
Black with #61C462
Text Example
Text Example
White with #61C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C462; }
p { color: rgb(97,196,98); }
H1.HeaderClassName
{
color: #61C462;
}
.AnyTagClassName
{
color: #61C462;
}
</style>
background-color css
<style>
a { background-color: #61C462; }
a { background-color: rgb(97,196,98); }
div.DivClassName
{
background-color: #61C462;
}
.BgClassName
{
background-color: #61C462;
}
</style>
border-color css
<style>
span { border-color: #61C462; }
span { border-color: rgb(97,196,98); }
td.TdClassName
{
border-color: #61C462;
}
.TagClassName
{
border-color: #61C462;
}
</style>