Shades of Fern #61AE5D
Tints of Fern #61AE5D
RGB
CMYK
RGB Variations
Color information
#61AE5D (or 0x61AE5D) is known color: Fern. HEX triplet: 61, AE and 5D. RGB value is (97,174,93). Sum of RGB (Red+Green+Blue) = 97+174+93=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #61AE5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AE5D is #9E51A2. Grayscale: #8D8D8D. Windows color (decimal): -10375587 or 6139489. OLE color: 6139489.
HSL color Cylindrical-coordinate representation of color #61AE5D: hue angle of 117.04º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61AE5D is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 174 | 93 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.32 |
| HSL | 117.04º | 0.33% | 0.52% | - |
| HSV(B) | 117.04º | 0.47% | 0.68% | - |
| XYZ | 22.04 | 33.6 | 15.68 | - |
| YUV | 141.74 | 100.49 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 174 | 93 | 0.44 | 0 | 0.47 | 0.32 | 117.04 | 0.33 | 0.52 |
| Hex | 61 | AE | 5D | 2C | 0 | 2F | 20 | 75 | 21 | 34 |
| Octal | 141 | 256 | 135 | 54 | 0 | 57 | 40 | 165 | 41 | 64 |
| Binary | 1100001 | 10101110 | 1011101 | 101100 | 0 | 101111 | 100000 | 1110101 | 100001 | 110100 |
Color Harmonies of #61AE5D
Complementary color
Monochromatic Colors of #61AE5D
Black with #61AE5D
Text Example
Text Example
White with #61AE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AE5D; }
p { color: rgb(97,174,93); }
H1.HeaderClassName
{
color: #61AE5D;
}
.AnyTagClassName
{
color: #61AE5D;
}
</style>
background-color css
<style>
a { background-color: #61AE5D; }
a { background-color: rgb(97,174,93); }
div.DivClassName
{
background-color: #61AE5D;
}
.BgClassName
{
background-color: #61AE5D;
}
</style>
border-color css
<style>
span { border-color: #61AE5D; }
span { border-color: rgb(97,174,93); }
td.TdClassName
{
border-color: #61AE5D;
}
.TagClassName
{
border-color: #61AE5D;
}
</style>