Shades of Fern #61BA63
Tints of Fern #61BA63
RGB
CMYK
RGB Variations
Color information
#61BA63 (or 0x61BA63) is known color: Fern. HEX triplet: 61, BA and 63. RGB value is (97,186,99). Sum of RGB (Red+Green+Blue) = 97+186+99=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BA63 is #9E459C. Grayscale: #959595. Windows color (decimal): -10372509 or 6535777. OLE color: 6535777.
HSL color Cylindrical-coordinate representation of color #61BA63: hue angle of 121.35º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BA63 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 99 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.27 |
| HSL | 121.35º | 0.39% | 0.55% | - |
| HSV(B) | 121.35º | 0.48% | 0.73% | - |
| XYZ | 24.74 | 38.56 | 17.94 | - |
| YUV | 149.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 99 | 0.48 | 0 | 0.47 | 0.27 | 121.35 | 0.39 | 0.55 |
| Hex | 61 | BA | 63 | 30 | 0 | 2F | 1B | 79 | 27 | 37 |
| Octal | 141 | 272 | 143 | 60 | 0 | 57 | 33 | 171 | 47 | 67 |
| Binary | 1100001 | 10111010 | 1100011 | 110000 | 0 | 101111 | 11011 | 1111001 | 100111 | 110111 |
Color Harmonies of #61BA63
Complementary color
Monochromatic Colors of #61BA63
Black with #61BA63
Text Example
Text Example
White with #61BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA63; }
p { color: rgb(97,186,99); }
H1.HeaderClassName
{
color: #61BA63;
}
.AnyTagClassName
{
color: #61BA63;
}
</style>
background-color css
<style>
a { background-color: #61BA63; }
a { background-color: rgb(97,186,99); }
div.DivClassName
{
background-color: #61BA63;
}
.BgClassName
{
background-color: #61BA63;
}
</style>
border-color css
<style>
span { border-color: #61BA63; }
span { border-color: rgb(97,186,99); }
td.TdClassName
{
border-color: #61BA63;
}
.TagClassName
{
border-color: #61BA63;
}
</style>