Shades of Fern #61BB5D
Tints of Fern #61BB5D
RGB
CMYK
RGB Variations
Color information
#61BB5D (or 0x61BB5D) is known color: Fern. HEX triplet: 61, BB and 5D. RGB value is (97,187,93). Sum of RGB (Red+Green+Blue) = 97+187+93=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BB5D is #9E44A2. Grayscale: #959595. Windows color (decimal): -10372259 or 6142817. OLE color: 6142817.
HSL color Cylindrical-coordinate representation of color #61BB5D: hue angle of 117.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61BB5D is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 187 | 93 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.27 |
| HSL | 117.45º | 0.41% | 0.55% | - |
| HSV(B) | 117.45º | 0.5% | 0.73% | - |
| XYZ | 24.68 | 38.87 | 16.56 | - |
| YUV | 149.37 | 96.18 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 93 | 0.48 | 0 | 0.50 | 0.27 | 117.45 | 0.41 | 0.55 |
| Hex | 61 | BB | 5D | 30 | 0 | 32 | 1B | 75 | 29 | 37 |
| Octal | 141 | 273 | 135 | 60 | 0 | 62 | 33 | 165 | 51 | 67 |
| Binary | 1100001 | 10111011 | 1011101 | 110000 | 0 | 110010 | 11011 | 1110101 | 101001 | 110111 |
Color Harmonies of #61BB5D
Complementary color
Monochromatic Colors of #61BB5D
Black with #61BB5D
Text Example
Text Example
White with #61BB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BB5D; }
p { color: rgb(97,187,93); }
H1.HeaderClassName
{
color: #61BB5D;
}
.AnyTagClassName
{
color: #61BB5D;
}
</style>
background-color css
<style>
a { background-color: #61BB5D; }
a { background-color: rgb(97,187,93); }
div.DivClassName
{
background-color: #61BB5D;
}
.BgClassName
{
background-color: #61BB5D;
}
</style>
border-color css
<style>
span { border-color: #61BB5D; }
span { border-color: rgb(97,187,93); }
td.TdClassName
{
border-color: #61BB5D;
}
.TagClassName
{
border-color: #61BB5D;
}
</style>