Shades of Fern #61B55D
Tints of Fern #61B55D
RGB
CMYK
RGB Variations
Color information
#61B55D (or 0x61B55D) is known color: Fern. HEX triplet: 61, B5 and 5D. RGB value is (97,181,93). Sum of RGB (Red+Green+Blue) = 97+181+93=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #61B55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B55D is #9E4AA2. Grayscale: #929292. Windows color (decimal): -10373795 or 6141281. OLE color: 6141281.
HSL color Cylindrical-coordinate representation of color #61B55D: hue angle of 117.27º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61B55D is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 181 | 93 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.29 |
| HSL | 117.27º | 0.37% | 0.54% | - |
| HSV(B) | 117.27º | 0.49% | 0.71% | - |
| XYZ | 23.43 | 36.38 | 16.14 | - |
| YUV | 145.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 181 | 93 | 0.46 | 0 | 0.49 | 0.29 | 117.27 | 0.37 | 0.54 |
| Hex | 61 | B5 | 5D | 2E | 0 | 31 | 1D | 75 | 25 | 36 |
| Octal | 141 | 265 | 135 | 56 | 0 | 61 | 35 | 165 | 45 | 66 |
| Binary | 1100001 | 10110101 | 1011101 | 101110 | 0 | 110001 | 11101 | 1110101 | 100101 | 110110 |
Color Harmonies of #61B55D
Complementary color
Monochromatic Colors of #61B55D
Black with #61B55D
Text Example
Text Example
White with #61B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B55D; }
p { color: rgb(97,181,93); }
H1.HeaderClassName
{
color: #61B55D;
}
.AnyTagClassName
{
color: #61B55D;
}
</style>
background-color css
<style>
a { background-color: #61B55D; }
a { background-color: rgb(97,181,93); }
div.DivClassName
{
background-color: #61B55D;
}
.BgClassName
{
background-color: #61B55D;
}
</style>
border-color css
<style>
span { border-color: #61B55D; }
span { border-color: rgb(97,181,93); }
td.TdClassName
{
border-color: #61B55D;
}
.TagClassName
{
border-color: #61B55D;
}
</style>