Shades of Fern #61BD69
Tints of Fern #61BD69
RGB
CMYK
RGB Variations
Color information
#61BD69 (or 0x61BD69) is known color: Fern. HEX triplet: 61, BD and 69. RGB value is (97,189,105). Sum of RGB (Red+Green+Blue) = 97+189+105=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BD69 is #9E4296. Grayscale: #989898. Windows color (decimal): -10371735 or 6929761. OLE color: 6929761.
HSL color Cylindrical-coordinate representation of color #61BD69: hue angle of 125.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BD69 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 189 | 105 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.26 |
| HSL | 125.22º | 0.41% | 0.56% | - |
| HSV(B) | 125.22º | 0.49% | 0.74% | - |
| XYZ | 25.68 | 39.96 | 19.72 | - |
| YUV | 151.92 | 101.52 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 105 | 0.49 | 0 | 0.44 | 0.26 | 125.22 | 0.41 | 0.56 |
| Hex | 61 | BD | 69 | 31 | 0 | 2C | 1A | 7D | 29 | 38 |
| Octal | 141 | 275 | 151 | 61 | 0 | 54 | 32 | 175 | 51 | 70 |
| Binary | 1100001 | 10111101 | 1101001 | 110001 | 0 | 101100 | 11010 | 1111101 | 101001 | 111000 |
Color Harmonies of #61BD69
Complementary color
Monochromatic Colors of #61BD69
Black with #61BD69
Text Example
Text Example
White with #61BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BD69; }
p { color: rgb(97,189,105); }
H1.HeaderClassName
{
color: #61BD69;
}
.AnyTagClassName
{
color: #61BD69;
}
</style>
background-color css
<style>
a { background-color: #61BD69; }
a { background-color: rgb(97,189,105); }
div.DivClassName
{
background-color: #61BD69;
}
.BgClassName
{
background-color: #61BD69;
}
</style>
border-color css
<style>
span { border-color: #61BD69; }
span { border-color: rgb(97,189,105); }
td.TdClassName
{
border-color: #61BD69;
}
.TagClassName
{
border-color: #61BD69;
}
</style>