Shades of Fern #65C16E
Tints of Fern #65C16E
RGB
CMYK
RGB Variations
Color information
#65C16E (or 0x65C16E) is known color: Fern. HEX triplet: 65, C1 and 6E. RGB value is (101,193,110). Sum of RGB (Red+Green+Blue) = 101+193+110=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #65C16E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C16E is #9A3E91. Grayscale: #9C9C9C. Windows color (decimal): -10108562 or 7258469. OLE color: 7258469.
HSL color Cylindrical-coordinate representation of color #65C16E: hue angle of 125.87º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C16E is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 110 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.24 |
| HSL | 125.87º | 0.43% | 0.58% | - |
| HSV(B) | 125.87º | 0.48% | 0.76% | - |
| XYZ | 27.25 | 42.03 | 21.43 | - |
| YUV | 156.03 | 102.02 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 110 | 0.48 | 0 | 0.43 | 0.24 | 125.87 | 0.43 | 0.58 |
| Hex | 65 | C1 | 6E | 30 | 0 | 2B | 18 | 7E | 2B | 3A |
| Octal | 145 | 301 | 156 | 60 | 0 | 53 | 30 | 176 | 53 | 72 |
| Binary | 1100101 | 11000001 | 1101110 | 110000 | 0 | 101011 | 11000 | 1111110 | 101011 | 111010 |
Color Harmonies of #65C16E
Complementary color
Monochromatic Colors of #65C16E
Black with #65C16E
Text Example
Text Example
White with #65C16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C16E; }
p { color: rgb(101,193,110); }
H1.HeaderClassName
{
color: #65C16E;
}
.AnyTagClassName
{
color: #65C16E;
}
</style>
background-color css
<style>
a { background-color: #65C16E; }
a { background-color: rgb(101,193,110); }
div.DivClassName
{
background-color: #65C16E;
}
.BgClassName
{
background-color: #65C16E;
}
</style>
border-color css
<style>
span { border-color: #65C16E; }
span { border-color: rgb(101,193,110); }
td.TdClassName
{
border-color: #65C16E;
}
.TagClassName
{
border-color: #65C16E;
}
</style>