Shades of Fern #61BD6B
Tints of Fern #61BD6B
RGB
CMYK
RGB Variations
Color information
#61BD6B (or 0x61BD6B) is known color: Fern. HEX triplet: 61, BD and 6B. RGB value is (97,189,107). Sum of RGB (Red+Green+Blue) = 97+189+107=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BD6B is #9E4294. Grayscale: #989898. Windows color (decimal): -10371733 or 7060833. OLE color: 7060833.
HSL color Cylindrical-coordinate representation of color #61BD6B: hue angle of 126.52º 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 #61BD6B is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 189 | 107 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.26 |
| HSL | 126.52º | 0.41% | 0.56% | - |
| HSV(B) | 126.52º | 0.49% | 0.74% | - |
| XYZ | 25.78 | 40 | 20.27 | - |
| YUV | 152.14 | 102.52 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 107 | 0.49 | 0 | 0.43 | 0.26 | 126.52 | 0.41 | 0.56 |
| Hex | 61 | BD | 6B | 31 | 0 | 2B | 1A | 7F | 29 | 38 |
| Octal | 141 | 275 | 153 | 61 | 0 | 53 | 32 | 177 | 51 | 70 |
| Binary | 1100001 | 10111101 | 1101011 | 110001 | 0 | 101011 | 11010 | 1111111 | 101001 | 111000 |
Color Harmonies of #61BD6B
Complementary color
Monochromatic Colors of #61BD6B
Black with #61BD6B
Text Example
Text Example
White with #61BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BD6B; }
p { color: rgb(97,189,107); }
H1.HeaderClassName
{
color: #61BD6B;
}
.AnyTagClassName
{
color: #61BD6B;
}
</style>
background-color css
<style>
a { background-color: #61BD6B; }
a { background-color: rgb(97,189,107); }
div.DivClassName
{
background-color: #61BD6B;
}
.BgClassName
{
background-color: #61BD6B;
}
</style>
border-color css
<style>
span { border-color: #61BD6B; }
span { border-color: rgb(97,189,107); }
td.TdClassName
{
border-color: #61BD6B;
}
.TagClassName
{
border-color: #61BD6B;
}
</style>