Shades of Fern #65C56D
Tints of Fern #65C56D
RGB
CMYK
RGB Variations
Color information
#65C56D (or 0x65C56D) is known color: Fern. HEX triplet: 65, C5 and 6D. RGB value is (101,197,109). Sum of RGB (Red+Green+Blue) = 101+197+109=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #65C56D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C56D is #9A3A92. Grayscale: #9E9E9E. Windows color (decimal): -10107539 or 7193957. OLE color: 7193957.
HSL color Cylindrical-coordinate representation of color #65C56D: hue angle of 125º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C56D is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 109 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.23 |
| HSL | 125º | 0.45% | 0.58% | - |
| HSV(B) | 125º | 0.49% | 0.77% | - |
| XYZ | 28.09 | 43.8 | 21.44 | - |
| YUV | 158.26 | 100.2 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 109 | 0.49 | 0 | 0.45 | 0.23 | 125 | 0.45 | 0.58 |
| Hex | 65 | C5 | 6D | 31 | 0 | 2D | 17 | 7D | 2D | 3A |
| Octal | 145 | 305 | 155 | 61 | 0 | 55 | 27 | 175 | 55 | 72 |
| Binary | 1100101 | 11000101 | 1101101 | 110001 | 0 | 101101 | 10111 | 1111101 | 101101 | 111010 |
Color Harmonies of #65C56D
Complementary color
Monochromatic Colors of #65C56D
Black with #65C56D
Text Example
Text Example
White with #65C56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C56D; }
p { color: rgb(101,197,109); }
H1.HeaderClassName
{
color: #65C56D;
}
.AnyTagClassName
{
color: #65C56D;
}
</style>
background-color css
<style>
a { background-color: #65C56D; }
a { background-color: rgb(101,197,109); }
div.DivClassName
{
background-color: #65C56D;
}
.BgClassName
{
background-color: #65C56D;
}
</style>
border-color css
<style>
span { border-color: #65C56D; }
span { border-color: rgb(101,197,109); }
td.TdClassName
{
border-color: #65C56D;
}
.TagClassName
{
border-color: #65C56D;
}
</style>