Shades of Fern #65C968
Tints of Fern #65C968
RGB
CMYK
RGB Variations
Color information
#65C968 (or 0x65C968) is known color: Fern. HEX triplet: 65, C9 and 68. RGB value is (101,201,104). Sum of RGB (Red+Green+Blue) = 101+201+104=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #65C968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C968 is #9A3697. Grayscale: #A0A0A0. Windows color (decimal): -10106520 or 6867301. OLE color: 6867301.
HSL color Cylindrical-coordinate representation of color #65C968: hue angle of 121.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C968 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 201 | 104 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.21 |
| HSL | 121.8º | 0.48% | 0.59% | - |
| HSV(B) | 121.8º | 0.5% | 0.79% | - |
| XYZ | 28.75 | 45.54 | 20.37 | - |
| YUV | 160.04 | 96.37 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 104 | 0.50 | 0 | 0.48 | 0.21 | 121.8 | 0.48 | 0.59 |
| Hex | 65 | C9 | 68 | 32 | 0 | 30 | 15 | 7A | 30 | 3B |
| Octal | 145 | 311 | 150 | 62 | 0 | 60 | 25 | 172 | 60 | 73 |
| Binary | 1100101 | 11001001 | 1101000 | 110010 | 0 | 110000 | 10101 | 1111010 | 110000 | 111011 |
Color Harmonies of #65C968
Complementary color
Monochromatic Colors of #65C968
Black with #65C968
Text Example
Text Example
White with #65C968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C968; }
p { color: rgb(101,201,104); }
H1.HeaderClassName
{
color: #65C968;
}
.AnyTagClassName
{
color: #65C968;
}
</style>
background-color css
<style>
a { background-color: #65C968; }
a { background-color: rgb(101,201,104); }
div.DivClassName
{
background-color: #65C968;
}
.BgClassName
{
background-color: #65C968;
}
</style>
border-color css
<style>
span { border-color: #65C968; }
span { border-color: rgb(101,201,104); }
td.TdClassName
{
border-color: #65C968;
}
.TagClassName
{
border-color: #65C968;
}
</style>