Shades of Fern #61BD6E
Tints of Fern #61BD6E
RGB
CMYK
RGB Variations
Color information
#61BD6E (or 0x61BD6E) is known color: Fern. HEX triplet: 61, BD and 6E. RGB value is (97,189,110). Sum of RGB (Red+Green+Blue) = 97+189+110=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BD6E is #9E4291. Grayscale: #989898. Windows color (decimal): -10371730 or 7257441. OLE color: 7257441.
HSL color Cylindrical-coordinate representation of color #61BD6E: hue angle of 128.48º 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 #61BD6E is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 189 | 110 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.26 |
| HSL | 128.48º | 0.41% | 0.56% | - |
| HSV(B) | 128.48º | 0.49% | 0.74% | - |
| XYZ | 25.94 | 40.06 | 21.12 | - |
| YUV | 152.49 | 104.02 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 110 | 0.49 | 0 | 0.42 | 0.26 | 128.48 | 0.41 | 0.56 |
| Hex | 61 | BD | 6E | 31 | 0 | 2A | 1A | 80 | 29 | 38 |
| Octal | 141 | 275 | 156 | 61 | 0 | 52 | 32 | 200 | 51 | 70 |
| Binary | 1100001 | 10111101 | 1101110 | 110001 | 0 | 101010 | 11010 | 10000000 | 101001 | 111000 |
Color Harmonies of #61BD6E
Complementary color
Monochromatic Colors of #61BD6E
Black with #61BD6E
Text Example
Text Example
White with #61BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BD6E; }
p { color: rgb(97,189,110); }
H1.HeaderClassName
{
color: #61BD6E;
}
.AnyTagClassName
{
color: #61BD6E;
}
</style>
background-color css
<style>
a { background-color: #61BD6E; }
a { background-color: rgb(97,189,110); }
div.DivClassName
{
background-color: #61BD6E;
}
.BgClassName
{
background-color: #61BD6E;
}
</style>
border-color css
<style>
span { border-color: #61BD6E; }
span { border-color: rgb(97,189,110); }
td.TdClassName
{
border-color: #61BD6E;
}
.TagClassName
{
border-color: #61BD6E;
}
</style>