Shades of Fern #65C776
Tints of Fern #65C776
RGB
CMYK
RGB Variations
Color information
#65C776 (or 0x65C776) is known color: Fern. HEX triplet: 65, C7 and 76. RGB value is (101,199,118). Sum of RGB (Red+Green+Blue) = 101+199+118=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #65C776 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C776 is #9A3889. Grayscale: #A0A0A0. Windows color (decimal): -10107018 or 7784293. OLE color: 7784293.
HSL color Cylindrical-coordinate representation of color #65C776: hue angle of 130.41º 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 #65C776 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 199 | 118 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.22 |
| HSL | 130.41º | 0.47% | 0.59% | - |
| HSV(B) | 130.41º | 0.49% | 0.78% | - |
| XYZ | 29.06 | 44.92 | 24.28 | - |
| YUV | 160.46 | 104.03 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 199 | 118 | 0.49 | 0 | 0.41 | 0.22 | 130.41 | 0.47 | 0.59 |
| Hex | 65 | C7 | 76 | 31 | 0 | 29 | 16 | 82 | 2F | 3B |
| Octal | 145 | 307 | 166 | 61 | 0 | 51 | 26 | 202 | 57 | 73 |
| Binary | 1100101 | 11000111 | 1110110 | 110001 | 0 | 101001 | 10110 | 10000010 | 101111 | 111011 |
Color Harmonies of #65C776
Complementary color
Monochromatic Colors of #65C776
Black with #65C776
Text Example
Text Example
White with #65C776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C776; }
p { color: rgb(101,199,118); }
H1.HeaderClassName
{
color: #65C776;
}
.AnyTagClassName
{
color: #65C776;
}
</style>
background-color css
<style>
a { background-color: #65C776; }
a { background-color: rgb(101,199,118); }
div.DivClassName
{
background-color: #65C776;
}
.BgClassName
{
background-color: #65C776;
}
</style>
border-color css
<style>
span { border-color: #65C776; }
span { border-color: rgb(101,199,118); }
td.TdClassName
{
border-color: #65C776;
}
.TagClassName
{
border-color: #65C776;
}
</style>