Shades of Fern #65C16D
Tints of Fern #65C16D
RGB
CMYK
RGB Variations
Color information
#65C16D (or 0x65C16D) is known color: Fern. HEX triplet: 65, C1 and 6D. RGB value is (101,193,109). Sum of RGB (Red+Green+Blue) = 101+193+109=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #65C16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C16D is #9A3E92. Grayscale: #9C9C9C. Windows color (decimal): -10108563 or 7192933. OLE color: 7192933.
HSL color Cylindrical-coordinate representation of color #65C16D: hue angle of 125.22º 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 #65C16D is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 109 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.24 |
| HSL | 125.22º | 0.43% | 0.58% | - |
| HSV(B) | 125.22º | 0.48% | 0.76% | - |
| XYZ | 27.2 | 42.01 | 21.14 | - |
| YUV | 155.92 | 101.52 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 109 | 0.48 | 0 | 0.44 | 0.24 | 125.22 | 0.43 | 0.58 |
| Hex | 65 | C1 | 6D | 30 | 0 | 2C | 18 | 7D | 2B | 3A |
| Octal | 145 | 301 | 155 | 60 | 0 | 54 | 30 | 175 | 53 | 72 |
| Binary | 1100101 | 11000001 | 1101101 | 110000 | 0 | 101100 | 11000 | 1111101 | 101011 | 111010 |
Color Harmonies of #65C16D
Complementary color
Monochromatic Colors of #65C16D
Black with #65C16D
Text Example
Text Example
White with #65C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C16D; }
p { color: rgb(101,193,109); }
H1.HeaderClassName
{
color: #65C16D;
}
.AnyTagClassName
{
color: #65C16D;
}
</style>
background-color css
<style>
a { background-color: #65C16D; }
a { background-color: rgb(101,193,109); }
div.DivClassName
{
background-color: #65C16D;
}
.BgClassName
{
background-color: #65C16D;
}
</style>
border-color css
<style>
span { border-color: #65C16D; }
span { border-color: rgb(101,193,109); }
td.TdClassName
{
border-color: #65C16D;
}
.TagClassName
{
border-color: #65C16D;
}
</style>