Shades of Fern #65B963
Tints of Fern #65B963
RGB
CMYK
RGB Variations
Color information
#65B963 (or 0x65B963) is known color: Fern. HEX triplet: 65, B9 and 63. RGB value is (101,185,99). Sum of RGB (Red+Green+Blue) = 101+185+99=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #65B963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B963 is #9A469C. Grayscale: #969696. Windows color (decimal): -10110621 or 6535525. OLE color: 6535525.
HSL color Cylindrical-coordinate representation of color #65B963: hue angle of 118.6º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65B963 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 185 | 99 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.27 |
| HSL | 118.6º | 0.38% | 0.56% | - |
| HSV(B) | 118.6º | 0.46% | 0.73% | - |
| XYZ | 24.97 | 38.37 | 17.89 | - |
| YUV | 150.08 | 99.17 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 99 | 0.45 | 0 | 0.46 | 0.27 | 118.6 | 0.38 | 0.56 |
| Hex | 65 | B9 | 63 | 2D | 0 | 2E | 1B | 77 | 26 | 38 |
| Octal | 145 | 271 | 143 | 55 | 0 | 56 | 33 | 167 | 46 | 70 |
| Binary | 1100101 | 10111001 | 1100011 | 101101 | 0 | 101110 | 11011 | 1110111 | 100110 | 111000 |
Color Harmonies of #65B963
Complementary color
Monochromatic Colors of #65B963
Black with #65B963
Text Example
Text Example
White with #65B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B963; }
p { color: rgb(101,185,99); }
H1.HeaderClassName
{
color: #65B963;
}
.AnyTagClassName
{
color: #65B963;
}
</style>
background-color css
<style>
a { background-color: #65B963; }
a { background-color: rgb(101,185,99); }
div.DivClassName
{
background-color: #65B963;
}
.BgClassName
{
background-color: #65B963;
}
</style>
border-color css
<style>
span { border-color: #65B963; }
span { border-color: rgb(101,185,99); }
td.TdClassName
{
border-color: #65B963;
}
.TagClassName
{
border-color: #65B963;
}
</style>