Shades of Fern #61C166
Tints of Fern #61C166
RGB
CMYK
RGB Variations
Color information
#61C166 (or 0x61C166) is known color: Fern. HEX triplet: 61, C1 and 66. RGB value is (97,193,102). Sum of RGB (Red+Green+Blue) = 97+193+102=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #61C166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C166 is #9E3E99. Grayscale: #9A9A9A. Windows color (decimal): -10370714 or 6734177. OLE color: 6734177.
HSL color Cylindrical-coordinate representation of color #61C166: hue angle of 123.12º 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 #61C166 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 102 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.24 |
| HSL | 123.13º | 0.44% | 0.57% | - |
| HSV(B) | 123.13º | 0.5% | 0.76% | - |
| XYZ | 26.4 | 41.64 | 19.22 | - |
| YUV | 153.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 102 | 0.50 | 0 | 0.47 | 0.24 | 123.13 | 0.44 | 0.57 |
| Hex | 61 | C1 | 66 | 32 | 0 | 2F | 18 | 7B | 2C | 39 |
| Octal | 141 | 301 | 146 | 62 | 0 | 57 | 30 | 173 | 54 | 71 |
| Binary | 1100001 | 11000001 | 1100110 | 110010 | 0 | 101111 | 11000 | 1111011 | 101100 | 111001 |
Color Harmonies of #61C166
Complementary color
Monochromatic Colors of #61C166
Black with #61C166
Text Example
Text Example
White with #61C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C166; }
p { color: rgb(97,193,102); }
H1.HeaderClassName
{
color: #61C166;
}
.AnyTagClassName
{
color: #61C166;
}
</style>
background-color css
<style>
a { background-color: #61C166; }
a { background-color: rgb(97,193,102); }
div.DivClassName
{
background-color: #61C166;
}
.BgClassName
{
background-color: #61C166;
}
</style>
border-color css
<style>
span { border-color: #61C166; }
span { border-color: rgb(97,193,102); }
td.TdClassName
{
border-color: #61C166;
}
.TagClassName
{
border-color: #61C166;
}
</style>