Shades of Fern #65B864
Tints of Fern #65B864
RGB
CMYK
RGB Variations
Color information
#65B864 (or 0x65B864) is known color: Fern. HEX triplet: 65, B8 and 64. RGB value is (101,184,100). Sum of RGB (Red+Green+Blue) = 101+184+100=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #65B864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B864 is #9A479B. Grayscale: #959595. Windows color (decimal): -10110876 or 6600805. OLE color: 6600805.
HSL color Cylindrical-coordinate representation of color #65B864: hue angle of 119.29º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65B864 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 184 | 100 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.28 |
| HSL | 119.29º | 0.37% | 0.56% | - |
| HSV(B) | 119.29º | 0.46% | 0.72% | - |
| XYZ | 24.81 | 37.97 | 18.08 | - |
| YUV | 149.61 | 100 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 100 | 0.45 | 0 | 0.46 | 0.28 | 119.29 | 0.37 | 0.56 |
| Hex | 65 | B8 | 64 | 2D | 0 | 2E | 1C | 77 | 25 | 38 |
| Octal | 145 | 270 | 144 | 55 | 0 | 56 | 34 | 167 | 45 | 70 |
| Binary | 1100101 | 10111000 | 1100100 | 101101 | 0 | 101110 | 11100 | 1110111 | 100101 | 111000 |
Color Harmonies of #65B864
Complementary color
Monochromatic Colors of #65B864
Black with #65B864
Text Example
Text Example
White with #65B864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B864; }
p { color: rgb(101,184,100); }
H1.HeaderClassName
{
color: #65B864;
}
.AnyTagClassName
{
color: #65B864;
}
</style>
background-color css
<style>
a { background-color: #65B864; }
a { background-color: rgb(101,184,100); }
div.DivClassName
{
background-color: #65B864;
}
.BgClassName
{
background-color: #65B864;
}
</style>
border-color css
<style>
span { border-color: #65B864; }
span { border-color: rgb(101,184,100); }
td.TdClassName
{
border-color: #65B864;
}
.TagClassName
{
border-color: #65B864;
}
</style>