Shades of Fern #61C470
Tints of Fern #61C470
RGB
CMYK
RGB Variations
Color information
#61C470 (or 0x61C470) is known color: Fern. HEX triplet: 61, C4 and 70. RGB value is (97,196,112). Sum of RGB (Red+Green+Blue) = 97+196+112=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #61C470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C470 is #9E3B8F. Grayscale: #9D9D9D. Windows color (decimal): -10369936 or 7390305. OLE color: 7390305.
HSL color Cylindrical-coordinate representation of color #61C470: hue angle of 129.09º 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 #61C470 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 196 | 112 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.23 |
| HSL | 129.09º | 0.46% | 0.57% | - |
| HSV(B) | 129.09º | 0.51% | 0.77% | - |
| XYZ | 27.59 | 43.19 | 22.21 | - |
| YUV | 156.82 | 102.7 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 196 | 112 | 0.51 | 0 | 0.43 | 0.23 | 129.09 | 0.46 | 0.57 |
| Hex | 61 | C4 | 70 | 33 | 0 | 2B | 17 | 81 | 2E | 39 |
| Octal | 141 | 304 | 160 | 63 | 0 | 53 | 27 | 201 | 56 | 71 |
| Binary | 1100001 | 11000100 | 1110000 | 110011 | 0 | 101011 | 10111 | 10000001 | 101110 | 111001 |
Color Harmonies of #61C470
Complementary color
Monochromatic Colors of #61C470
Black with #61C470
Text Example
Text Example
White with #61C470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C470; }
p { color: rgb(97,196,112); }
H1.HeaderClassName
{
color: #61C470;
}
.AnyTagClassName
{
color: #61C470;
}
</style>
background-color css
<style>
a { background-color: #61C470; }
a { background-color: rgb(97,196,112); }
div.DivClassName
{
background-color: #61C470;
}
.BgClassName
{
background-color: #61C470;
}
</style>
border-color css
<style>
span { border-color: #61C470; }
span { border-color: rgb(97,196,112); }
td.TdClassName
{
border-color: #61C470;
}
.TagClassName
{
border-color: #61C470;
}
</style>