Shades of Fern #61C174
Tints of Fern #61C174
RGB
CMYK
RGB Variations
Color information
#61C174 (or 0x61C174) is known color: Fern. HEX triplet: 61, C1 and 74. RGB value is (97,193,116). Sum of RGB (Red+Green+Blue) = 97+193+116=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #61C174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C174 is #9E3E8B. Grayscale: #9B9B9B. Windows color (decimal): -10370700 or 7651681. OLE color: 7651681.
HSL color Cylindrical-coordinate representation of color #61C174: hue angle of 131.88º 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 #61C174 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 116 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.24 |
| HSL | 131.88º | 0.44% | 0.57% | - |
| HSV(B) | 131.88º | 0.5% | 0.76% | - |
| XYZ | 27.15 | 41.94 | 23.19 | - |
| YUV | 155.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 116 | 0.50 | 0 | 0.40 | 0.24 | 131.88 | 0.44 | 0.57 |
| Hex | 61 | C1 | 74 | 32 | 0 | 28 | 18 | 84 | 2C | 39 |
| Octal | 141 | 301 | 164 | 62 | 0 | 50 | 30 | 204 | 54 | 71 |
| Binary | 1100001 | 11000001 | 1110100 | 110010 | 0 | 101000 | 11000 | 10000100 | 101100 | 111001 |
Color Harmonies of #61C174
Complementary color
Monochromatic Colors of #61C174
Black with #61C174
Text Example
Text Example
White with #61C174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C174; }
p { color: rgb(97,193,116); }
H1.HeaderClassName
{
color: #61C174;
}
.AnyTagClassName
{
color: #61C174;
}
</style>
background-color css
<style>
a { background-color: #61C174; }
a { background-color: rgb(97,193,116); }
div.DivClassName
{
background-color: #61C174;
}
.BgClassName
{
background-color: #61C174;
}
</style>
border-color css
<style>
span { border-color: #61C174; }
span { border-color: rgb(97,193,116); }
td.TdClassName
{
border-color: #61C174;
}
.TagClassName
{
border-color: #61C174;
}
</style>