Shades of Fern #61BB59
Tints of Fern #61BB59
RGB
CMYK
RGB Variations
Color information
#61BB59 (or 0x61BB59) is known color: Fern. HEX triplet: 61, BB and 59. RGB value is (97,187,89). Sum of RGB (Red+Green+Blue) = 97+187+89=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BB59 is #9E44A6. Grayscale: #959595. Windows color (decimal): -10372263 or 5880673. OLE color: 5880673.
HSL color Cylindrical-coordinate representation of color #61BB59: hue angle of 115.1º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61BB59 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 187 | 89 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.27 |
| HSL | 115.1º | 0.42% | 0.54% | - |
| HSV(B) | 115.1º | 0.52% | 0.73% | - |
| XYZ | 24.5 | 38.8 | 15.65 | - |
| YUV | 148.92 | 94.18 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 89 | 0.48 | 0 | 0.52 | 0.27 | 115.1 | 0.42 | 0.54 |
| Hex | 61 | BB | 59 | 30 | 0 | 34 | 1B | 73 | 2A | 36 |
| Octal | 141 | 273 | 131 | 60 | 0 | 64 | 33 | 163 | 52 | 66 |
| Binary | 1100001 | 10111011 | 1011001 | 110000 | 0 | 110100 | 11011 | 1110011 | 101010 | 110110 |
Color Harmonies of #61BB59
Complementary color
Monochromatic Colors of #61BB59
Black with #61BB59
Text Example
Text Example
White with #61BB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BB59; }
p { color: rgb(97,187,89); }
H1.HeaderClassName
{
color: #61BB59;
}
.AnyTagClassName
{
color: #61BB59;
}
</style>
background-color css
<style>
a { background-color: #61BB59; }
a { background-color: rgb(97,187,89); }
div.DivClassName
{
background-color: #61BB59;
}
.BgClassName
{
background-color: #61BB59;
}
</style>
border-color css
<style>
span { border-color: #61BB59; }
span { border-color: rgb(97,187,89); }
td.TdClassName
{
border-color: #61BB59;
}
.TagClassName
{
border-color: #61BB59;
}
</style>