Shades of Fern #61AE61
Tints of Fern #61AE61
RGB
CMYK
RGB Variations
Color information
#61AE61 (or 0x61AE61) is known color: Fern. HEX triplet: 61, AE and 61. RGB value is (97,174,97). Sum of RGB (Red+Green+Blue) = 97+174+97=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #61AE61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AE61 is #9E519E. Grayscale: #8E8E8E. Windows color (decimal): -10375583 or 6401633. OLE color: 6401633.
HSL color Cylindrical-coordinate representation of color #61AE61: hue angle of 120º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AE61 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 174 | 97 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.32 |
| HSL | 120º | 0.32% | 0.53% | - |
| HSV(B) | 120º | 0.44% | 0.68% | - |
| XYZ | 22.22 | 33.68 | 16.64 | - |
| YUV | 142.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 174 | 97 | 0.44 | 0 | 0.44 | 0.32 | 120 | 0.32 | 0.53 |
| Hex | 61 | AE | 61 | 2C | 0 | 2C | 20 | 78 | 20 | 35 |
| Octal | 141 | 256 | 141 | 54 | 0 | 54 | 40 | 170 | 40 | 65 |
| Binary | 1100001 | 10101110 | 1100001 | 101100 | 0 | 101100 | 100000 | 1111000 | 100000 | 110101 |
Color Harmonies of #61AE61
Complementary color
Monochromatic Colors of #61AE61
Black with #61AE61
Text Example
Text Example
White with #61AE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AE61; }
p { color: rgb(97,174,97); }
H1.HeaderClassName
{
color: #61AE61;
}
.AnyTagClassName
{
color: #61AE61;
}
</style>
background-color css
<style>
a { background-color: #61AE61; }
a { background-color: rgb(97,174,97); }
div.DivClassName
{
background-color: #61AE61;
}
.BgClassName
{
background-color: #61AE61;
}
</style>
border-color css
<style>
span { border-color: #61AE61; }
span { border-color: rgb(97,174,97); }
td.TdClassName
{
border-color: #61AE61;
}
.TagClassName
{
border-color: #61AE61;
}
</style>