Shades of Fern #65B96F
Tints of Fern #65B96F
RGB
CMYK
RGB Variations
Color information
#65B96F (or 0x65B96F) is known color: Fern. HEX triplet: 65, B9 and 6F. RGB value is (101,185,111). Sum of RGB (Red+Green+Blue) = 101+185+111=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #65B96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B96F is #9A4690. Grayscale: #979797. Windows color (decimal): -10110609 or 7321957. OLE color: 7321957.
HSL color Cylindrical-coordinate representation of color #65B96F: hue angle of 127.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B96F is Cyan = 0.45, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 185 | 111 | - |
| CMYK | 0.45 | 0 | 0.4 | 0.27 |
| HSL | 127.14º | 0.38% | 0.56% | - |
| HSV(B) | 127.14º | 0.45% | 0.73% | - |
| XYZ | 25.59 | 38.61 | 21.14 | - |
| YUV | 151.45 | 105.17 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 111 | 0.45 | 0 | 0.4 | 0.27 | 127.14 | 0.38 | 0.56 |
| Hex | 65 | B9 | 6F | 2D | 0 | 28 | 1B | 7F | 26 | 38 |
| Octal | 145 | 271 | 157 | 55 | 0 | 50 | 33 | 177 | 46 | 70 |
| Binary | 1100101 | 10111001 | 1101111 | 101101 | 0 | 101000 | 11011 | 1111111 | 100110 | 111000 |
Color Harmonies of #65B96F
Complementary color
Monochromatic Colors of #65B96F
Black with #65B96F
Text Example
Text Example
White with #65B96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B96F; }
p { color: rgb(101,185,111); }
H1.HeaderClassName
{
color: #65B96F;
}
.AnyTagClassName
{
color: #65B96F;
}
</style>
background-color css
<style>
a { background-color: #65B96F; }
a { background-color: rgb(101,185,111); }
div.DivClassName
{
background-color: #65B96F;
}
.BgClassName
{
background-color: #65B96F;
}
</style>
border-color css
<style>
span { border-color: #65B96F; }
span { border-color: rgb(101,185,111); }
td.TdClassName
{
border-color: #65B96F;
}
.TagClassName
{
border-color: #65B96F;
}
</style>