Shades of Fern #61C772
Tints of Fern #61C772
RGB
CMYK
RGB Variations
Color information
#61C772 (or 0x61C772) is known color: Fern. HEX triplet: 61, C7 and 72. RGB value is (97,199,114). Sum of RGB (Red+Green+Blue) = 97+199+114=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #61C772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C772 is #9E388D. Grayscale: #9F9F9F. Windows color (decimal): -10369166 or 7522145. OLE color: 7522145.
HSL color Cylindrical-coordinate representation of color #61C772: hue angle of 130º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C772 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 199 | 114 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.22 |
| HSL | 130º | 0.48% | 0.58% | - |
| HSV(B) | 130º | 0.51% | 0.78% | - |
| XYZ | 28.39 | 44.6 | 23.03 | - |
| YUV | 158.81 | 102.71 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 199 | 114 | 0.51 | 0 | 0.43 | 0.22 | 130 | 0.48 | 0.58 |
| Hex | 61 | C7 | 72 | 33 | 0 | 2B | 16 | 82 | 30 | 3A |
| Octal | 141 | 307 | 162 | 63 | 0 | 53 | 26 | 202 | 60 | 72 |
| Binary | 1100001 | 11000111 | 1110010 | 110011 | 0 | 101011 | 10110 | 10000010 | 110000 | 111010 |
Color Harmonies of #61C772
Complementary color
Monochromatic Colors of #61C772
Black with #61C772
Text Example
Text Example
White with #61C772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C772; }
p { color: rgb(97,199,114); }
H1.HeaderClassName
{
color: #61C772;
}
.AnyTagClassName
{
color: #61C772;
}
</style>
background-color css
<style>
a { background-color: #61C772; }
a { background-color: rgb(97,199,114); }
div.DivClassName
{
background-color: #61C772;
}
.BgClassName
{
background-color: #61C772;
}
</style>
border-color css
<style>
span { border-color: #61C772; }
span { border-color: rgb(97,199,114); }
td.TdClassName
{
border-color: #61C772;
}
.TagClassName
{
border-color: #61C772;
}
</style>