Shades of Fern #65C060
Tints of Fern #65C060
RGB
CMYK
RGB Variations
Color information
#65C060 (or 0x65C060) is known color: Fern. HEX triplet: 65, C0 and 60. RGB value is (101,192,96). Sum of RGB (Red+Green+Blue) = 101+192+96=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #65C060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C060 is #9A3F9F. Grayscale: #9A9A9A. Windows color (decimal): -10108832 or 6340709. OLE color: 6340709.
HSL color Cylindrical-coordinate representation of color #65C060: hue angle of 116.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C060 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 192 | 96 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.25 |
| HSL | 116.88º | 0.43% | 0.56% | - |
| HSV(B) | 116.88º | 0.5% | 0.75% | - |
| XYZ | 26.33 | 41.31 | 17.65 | - |
| YUV | 153.85 | 95.35 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 96 | 0.47 | 0 | 0.50 | 0.25 | 116.88 | 0.43 | 0.56 |
| Hex | 65 | C0 | 60 | 2F | 0 | 32 | 19 | 75 | 2B | 38 |
| Octal | 145 | 300 | 140 | 57 | 0 | 62 | 31 | 165 | 53 | 70 |
| Binary | 1100101 | 11000000 | 1100000 | 101111 | 0 | 110010 | 11001 | 1110101 | 101011 | 111000 |
Color Harmonies of #65C060
Complementary color
Monochromatic Colors of #65C060
Black with #65C060
Text Example
Text Example
White with #65C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C060; }
p { color: rgb(101,192,96); }
H1.HeaderClassName
{
color: #65C060;
}
.AnyTagClassName
{
color: #65C060;
}
</style>
background-color css
<style>
a { background-color: #65C060; }
a { background-color: rgb(101,192,96); }
div.DivClassName
{
background-color: #65C060;
}
.BgClassName
{
background-color: #65C060;
}
</style>
border-color css
<style>
span { border-color: #65C060; }
span { border-color: rgb(101,192,96); }
td.TdClassName
{
border-color: #65C060;
}
.TagClassName
{
border-color: #65C060;
}
</style>