Shades of Fern #61C273
Tints of Fern #61C273
RGB
CMYK
RGB Variations
Color information
#61C273 (or 0x61C273) is known color: Fern. HEX triplet: 61, C2 and 73. RGB value is (97,194,115). Sum of RGB (Red+Green+Blue) = 97+194+115=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #61C273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C273 is #9E3D8C. Grayscale: #9C9C9C. Windows color (decimal): -10370445 or 7586401. OLE color: 7586401.
HSL color Cylindrical-coordinate representation of color #61C273: hue angle of 131.13º 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 #61C273 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 194 | 115 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.24 |
| HSL | 131.13º | 0.44% | 0.57% | - |
| HSV(B) | 131.13º | 0.5% | 0.76% | - |
| XYZ | 27.32 | 42.36 | 22.96 | - |
| YUV | 155.99 | 104.86 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 194 | 115 | 0.50 | 0 | 0.41 | 0.24 | 131.13 | 0.44 | 0.57 |
| Hex | 61 | C2 | 73 | 32 | 0 | 29 | 18 | 83 | 2C | 39 |
| Octal | 141 | 302 | 163 | 62 | 0 | 51 | 30 | 203 | 54 | 71 |
| Binary | 1100001 | 11000010 | 1110011 | 110010 | 0 | 101001 | 11000 | 10000011 | 101100 | 111001 |
Color Harmonies of #61C273
Complementary color
Monochromatic Colors of #61C273
Black with #61C273
Text Example
Text Example
White with #61C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C273; }
p { color: rgb(97,194,115); }
H1.HeaderClassName
{
color: #61C273;
}
.AnyTagClassName
{
color: #61C273;
}
</style>
background-color css
<style>
a { background-color: #61C273; }
a { background-color: rgb(97,194,115); }
div.DivClassName
{
background-color: #61C273;
}
.BgClassName
{
background-color: #61C273;
}
</style>
border-color css
<style>
span { border-color: #61C273; }
span { border-color: rgb(97,194,115); }
td.TdClassName
{
border-color: #61C273;
}
.TagClassName
{
border-color: #61C273;
}
</style>