Shades of Fern #61C475
Tints of Fern #61C475
RGB
CMYK
RGB Variations
Color information
#61C475 (or 0x61C475) is known color: Fern. HEX triplet: 61, C4 and 75. RGB value is (97,196,117). Sum of RGB (Red+Green+Blue) = 97+196+117=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #61C475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C475 is #9E3B8A. Grayscale: #9D9D9D. Windows color (decimal): -10369931 or 7717985. OLE color: 7717985.
HSL color Cylindrical-coordinate representation of color #61C475: hue angle of 132.12º 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 #61C475 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 196 | 117 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.23 |
| HSL | 132.12º | 0.46% | 0.57% | - |
| HSV(B) | 132.12º | 0.51% | 0.77% | - |
| XYZ | 27.88 | 43.31 | 23.72 | - |
| YUV | 157.39 | 105.2 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 196 | 117 | 0.51 | 0 | 0.40 | 0.23 | 132.12 | 0.46 | 0.57 |
| Hex | 61 | C4 | 75 | 33 | 0 | 28 | 17 | 84 | 2E | 39 |
| Octal | 141 | 304 | 165 | 63 | 0 | 50 | 27 | 204 | 56 | 71 |
| Binary | 1100001 | 11000100 | 1110101 | 110011 | 0 | 101000 | 10111 | 10000100 | 101110 | 111001 |
Color Harmonies of #61C475
Complementary color
Monochromatic Colors of #61C475
Black with #61C475
Text Example
Text Example
White with #61C475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C475; }
p { color: rgb(97,196,117); }
H1.HeaderClassName
{
color: #61C475;
}
.AnyTagClassName
{
color: #61C475;
}
</style>
background-color css
<style>
a { background-color: #61C475; }
a { background-color: rgb(97,196,117); }
div.DivClassName
{
background-color: #61C475;
}
.BgClassName
{
background-color: #61C475;
}
</style>
border-color css
<style>
span { border-color: #61C475; }
span { border-color: rgb(97,196,117); }
td.TdClassName
{
border-color: #61C475;
}
.TagClassName
{
border-color: #61C475;
}
</style>