Shades of Fern #65C06E
Tints of Fern #65C06E
RGB
CMYK
RGB Variations
Color information
#65C06E (or 0x65C06E) is known color: Fern. HEX triplet: 65, C0 and 6E. RGB value is (101,192,110). Sum of RGB (Red+Green+Blue) = 101+192+110=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #65C06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C06E is #9A3F91. Grayscale: #9B9B9B. Windows color (decimal): -10108818 or 7258213. OLE color: 7258213.
HSL color Cylindrical-coordinate representation of color #65C06E: hue angle of 125.93º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65C06E is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 192 | 110 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.25 |
| HSL | 125.93º | 0.42% | 0.57% | - |
| HSV(B) | 125.93º | 0.47% | 0.75% | - |
| XYZ | 27.03 | 41.59 | 21.36 | - |
| YUV | 155.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 110 | 0.47 | 0 | 0.43 | 0.25 | 125.93 | 0.42 | 0.57 |
| Hex | 65 | C0 | 6E | 2F | 0 | 2B | 19 | 7E | 2A | 39 |
| Octal | 145 | 300 | 156 | 57 | 0 | 53 | 31 | 176 | 52 | 71 |
| Binary | 1100101 | 11000000 | 1101110 | 101111 | 0 | 101011 | 11001 | 1111110 | 101010 | 111001 |
Color Harmonies of #65C06E
Complementary color
Monochromatic Colors of #65C06E
Black with #65C06E
Text Example
Text Example
White with #65C06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C06E; }
p { color: rgb(101,192,110); }
H1.HeaderClassName
{
color: #65C06E;
}
.AnyTagClassName
{
color: #65C06E;
}
</style>
background-color css
<style>
a { background-color: #65C06E; }
a { background-color: rgb(101,192,110); }
div.DivClassName
{
background-color: #65C06E;
}
.BgClassName
{
background-color: #65C06E;
}
</style>
border-color css
<style>
span { border-color: #65C06E; }
span { border-color: rgb(101,192,110); }
td.TdClassName
{
border-color: #65C06E;
}
.TagClassName
{
border-color: #65C06E;
}
</style>