Shades of Fern #65C778
Tints of Fern #65C778
RGB
CMYK
RGB Variations
Color information
#65C778 (or 0x65C778) is known color: Fern. HEX triplet: 65, C7 and 78. RGB value is (101,199,120). Sum of RGB (Red+Green+Blue) = 101+199+120=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #65C778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C778 is #9A3887. Grayscale: #A0A0A0. Windows color (decimal): -10107016 or 7915365. OLE color: 7915365.
HSL color Cylindrical-coordinate representation of color #65C778: hue angle of 131.63º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C778 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 199 | 120 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.22 |
| HSL | 131.63º | 0.47% | 0.59% | - |
| HSV(B) | 131.63º | 0.49% | 0.78% | - |
| XYZ | 29.18 | 44.97 | 24.91 | - |
| YUV | 160.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 199 | 120 | 0.49 | 0 | 0.40 | 0.22 | 131.63 | 0.47 | 0.59 |
| Hex | 65 | C7 | 78 | 31 | 0 | 28 | 16 | 84 | 2F | 3B |
| Octal | 145 | 307 | 170 | 61 | 0 | 50 | 26 | 204 | 57 | 73 |
| Binary | 1100101 | 11000111 | 1111000 | 110001 | 0 | 101000 | 10110 | 10000100 | 101111 | 111011 |
Color Harmonies of #65C778
Complementary color
Monochromatic Colors of #65C778
Black with #65C778
Text Example
Text Example
White with #65C778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C778; }
p { color: rgb(101,199,120); }
H1.HeaderClassName
{
color: #65C778;
}
.AnyTagClassName
{
color: #65C778;
}
</style>
background-color css
<style>
a { background-color: #65C778; }
a { background-color: rgb(101,199,120); }
div.DivClassName
{
background-color: #65C778;
}
.BgClassName
{
background-color: #65C778;
}
</style>
border-color css
<style>
span { border-color: #65C778; }
span { border-color: rgb(101,199,120); }
td.TdClassName
{
border-color: #65C778;
}
.TagClassName
{
border-color: #65C778;
}
</style>