Shades of Fern #61C162
Tints of Fern #61C162
RGB
CMYK
RGB Variations
Color information
#61C162 (or 0x61C162) is known color: Fern. HEX triplet: 61, C1 and 62. RGB value is (97,193,98). Sum of RGB (Red+Green+Blue) = 97+193+98=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #61C162 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C162 is #9E3E9D. Grayscale: #999999. Windows color (decimal): -10370718 or 6472033. OLE color: 6472033.
HSL color Cylindrical-coordinate representation of color #61C162: hue angle of 120.63º degrees, saturation: 0.44, 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 #61C162 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 98 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.24 |
| HSL | 120.63º | 0.44% | 0.57% | - |
| HSV(B) | 120.63º | 0.5% | 0.76% | - |
| XYZ | 26.2 | 41.56 | 18.2 | - |
| YUV | 153.47 | 96.7 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 98 | 0.50 | 0 | 0.49 | 0.24 | 120.63 | 0.44 | 0.57 |
| Hex | 61 | C1 | 62 | 32 | 0 | 31 | 18 | 79 | 2C | 39 |
| Octal | 141 | 301 | 142 | 62 | 0 | 61 | 30 | 171 | 54 | 71 |
| Binary | 1100001 | 11000001 | 1100010 | 110010 | 0 | 110001 | 11000 | 1111001 | 101100 | 111001 |
Color Harmonies of #61C162
Complementary color
Monochromatic Colors of #61C162
Black with #61C162
Text Example
Text Example
White with #61C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C162; }
p { color: rgb(97,193,98); }
H1.HeaderClassName
{
color: #61C162;
}
.AnyTagClassName
{
color: #61C162;
}
</style>
background-color css
<style>
a { background-color: #61C162; }
a { background-color: rgb(97,193,98); }
div.DivClassName
{
background-color: #61C162;
}
.BgClassName
{
background-color: #61C162;
}
</style>
border-color css
<style>
span { border-color: #61C162; }
span { border-color: rgb(97,193,98); }
td.TdClassName
{
border-color: #61C162;
}
.TagClassName
{
border-color: #61C162;
}
</style>