Shades of Fern #61C175
Tints of Fern #61C175
RGB
CMYK
RGB Variations
Color information
#61C175 (or 0x61C175) is known color: Fern. HEX triplet: 61, C1 and 75. RGB value is (97,193,117). Sum of RGB (Red+Green+Blue) = 97+193+117=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #61C175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C175 is #9E3E8A. Grayscale: #9B9B9B. Windows color (decimal): -10370699 or 7717217. OLE color: 7717217.
HSL color Cylindrical-coordinate representation of color #61C175: hue angle of 132.5º 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 #61C175 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 117 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.24 |
| HSL | 132.5º | 0.44% | 0.57% | - |
| HSV(B) | 132.5º | 0.5% | 0.76% | - |
| XYZ | 27.21 | 41.97 | 23.5 | - |
| YUV | 155.63 | 106.2 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 117 | 0.50 | 0 | 0.39 | 0.24 | 132.5 | 0.44 | 0.57 |
| Hex | 61 | C1 | 75 | 32 | 0 | 27 | 18 | 84 | 2C | 39 |
| Octal | 141 | 301 | 165 | 62 | 0 | 47 | 30 | 204 | 54 | 71 |
| Binary | 1100001 | 11000001 | 1110101 | 110010 | 0 | 100111 | 11000 | 10000100 | 101100 | 111001 |
Color Harmonies of #61C175
Complementary color
Monochromatic Colors of #61C175
Black with #61C175
Text Example
Text Example
White with #61C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C175; }
p { color: rgb(97,193,117); }
H1.HeaderClassName
{
color: #61C175;
}
.AnyTagClassName
{
color: #61C175;
}
</style>
background-color css
<style>
a { background-color: #61C175; }
a { background-color: rgb(97,193,117); }
div.DivClassName
{
background-color: #61C175;
}
.BgClassName
{
background-color: #61C175;
}
</style>
border-color css
<style>
span { border-color: #61C175; }
span { border-color: rgb(97,193,117); }
td.TdClassName
{
border-color: #61C175;
}
.TagClassName
{
border-color: #61C175;
}
</style>