Shades of Fern #65C56C
Tints of Fern #65C56C
RGB
CMYK
RGB Variations
Color information
#65C56C (or 0x65C56C) is known color: Fern. HEX triplet: 65, C5 and 6C. RGB value is (101,197,108). Sum of RGB (Red+Green+Blue) = 101+197+108=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #65C56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C56C is #9A3A93. Grayscale: #9E9E9E. Windows color (decimal): -10107540 or 7128421. OLE color: 7128421.
HSL color Cylindrical-coordinate representation of color #65C56C: hue angle of 124.38º 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 #65C56C is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 108 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.23 |
| HSL | 124.38º | 0.45% | 0.58% | - |
| HSV(B) | 124.38º | 0.49% | 0.77% | - |
| XYZ | 28.04 | 43.78 | 21.16 | - |
| YUV | 158.15 | 99.7 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 108 | 0.49 | 0 | 0.45 | 0.23 | 124.38 | 0.45 | 0.58 |
| Hex | 65 | C5 | 6C | 31 | 0 | 2D | 17 | 7C | 2D | 3A |
| Octal | 145 | 305 | 154 | 61 | 0 | 55 | 27 | 174 | 55 | 72 |
| Binary | 1100101 | 11000101 | 1101100 | 110001 | 0 | 101101 | 10111 | 1111100 | 101101 | 111010 |
Color Harmonies of #65C56C
Complementary color
Monochromatic Colors of #65C56C
Black with #65C56C
Text Example
Text Example
White with #65C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C56C; }
p { color: rgb(101,197,108); }
H1.HeaderClassName
{
color: #65C56C;
}
.AnyTagClassName
{
color: #65C56C;
}
</style>
background-color css
<style>
a { background-color: #65C56C; }
a { background-color: rgb(101,197,108); }
div.DivClassName
{
background-color: #65C56C;
}
.BgClassName
{
background-color: #65C56C;
}
</style>
border-color css
<style>
span { border-color: #65C56C; }
span { border-color: rgb(101,197,108); }
td.TdClassName
{
border-color: #65C56C;
}
.TagClassName
{
border-color: #65C56C;
}
</style>