Shades of Fern #65C978
Tints of Fern #65C978
RGB
CMYK
RGB Variations
Color information
#65C978 (or 0x65C978) is known color: Fern. HEX triplet: 65, C9 and 78. RGB value is (101,201,120). Sum of RGB (Red+Green+Blue) = 101+201+120=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #65C978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C978 is #9A3687. Grayscale: #A2A2A2. Windows color (decimal): -10106504 or 7915877. OLE color: 7915877.
HSL color Cylindrical-coordinate representation of color #65C978: hue angle of 131.4º 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 #65C978 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 201 | 120 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.21 |
| HSL | 131.4º | 0.48% | 0.59% | - |
| HSV(B) | 131.4º | 0.5% | 0.79% | - |
| XYZ | 29.64 | 45.9 | 25.07 | - |
| YUV | 161.87 | 104.37 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 120 | 0.50 | 0 | 0.40 | 0.21 | 131.4 | 0.48 | 0.59 |
| Hex | 65 | C9 | 78 | 32 | 0 | 28 | 15 | 83 | 30 | 3B |
| Octal | 145 | 311 | 170 | 62 | 0 | 50 | 25 | 203 | 60 | 73 |
| Binary | 1100101 | 11001001 | 1111000 | 110010 | 0 | 101000 | 10101 | 10000011 | 110000 | 111011 |
Color Harmonies of #65C978
Complementary color
Monochromatic Colors of #65C978
Black with #65C978
Text Example
Text Example
White with #65C978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C978; }
p { color: rgb(101,201,120); }
H1.HeaderClassName
{
color: #65C978;
}
.AnyTagClassName
{
color: #65C978;
}
</style>
background-color css
<style>
a { background-color: #65C978; }
a { background-color: rgb(101,201,120); }
div.DivClassName
{
background-color: #65C978;
}
.BgClassName
{
background-color: #65C978;
}
</style>
border-color css
<style>
span { border-color: #65C978; }
span { border-color: rgb(101,201,120); }
td.TdClassName
{
border-color: #65C978;
}
.TagClassName
{
border-color: #65C978;
}
</style>