Shades of Fern #61B861
Tints of Fern #61B861
RGB
CMYK
RGB Variations
Color information
#61B861 (or 0x61B861) is known color: Fern. HEX triplet: 61, B8 and 61. RGB value is (97,184,97). Sum of RGB (Red+Green+Blue) = 97+184+97=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #61B861 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B861 is #9E479E. Grayscale: #949494. Windows color (decimal): -10373023 or 6404193. OLE color: 6404193.
HSL color Cylindrical-coordinate representation of color #61B861: hue angle of 120º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B861 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 184 | 97 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.28 |
| HSL | 120º | 0.38% | 0.55% | - |
| HSV(B) | 120º | 0.47% | 0.72% | - |
| XYZ | 24.23 | 37.69 | 17.31 | - |
| YUV | 148.07 | 99.18 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 184 | 97 | 0.47 | 0 | 0.47 | 0.28 | 120 | 0.38 | 0.55 |
| Hex | 61 | B8 | 61 | 2F | 0 | 2F | 1C | 78 | 26 | 37 |
| Octal | 141 | 270 | 141 | 57 | 0 | 57 | 34 | 170 | 46 | 67 |
| Binary | 1100001 | 10111000 | 1100001 | 101111 | 0 | 101111 | 11100 | 1111000 | 100110 | 110111 |
Color Harmonies of #61B861
Complementary color
Monochromatic Colors of #61B861
Black with #61B861
Text Example
Text Example
White with #61B861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B861; }
p { color: rgb(97,184,97); }
H1.HeaderClassName
{
color: #61B861;
}
.AnyTagClassName
{
color: #61B861;
}
</style>
background-color css
<style>
a { background-color: #61B861; }
a { background-color: rgb(97,184,97); }
div.DivClassName
{
background-color: #61B861;
}
.BgClassName
{
background-color: #61B861;
}
</style>
border-color css
<style>
span { border-color: #61B861; }
span { border-color: rgb(97,184,97); }
td.TdClassName
{
border-color: #61B861;
}
.TagClassName
{
border-color: #61B861;
}
</style>