Shades of Fern #65C566
Tints of Fern #65C566
RGB
CMYK
RGB Variations
Color information
#65C566 (or 0x65C566) is known color: Fern. HEX triplet: 65, C5 and 66. RGB value is (101,197,102). Sum of RGB (Red+Green+Blue) = 101+197+102=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #65C566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C566 is #9A3A99. Grayscale: #9D9D9D. Windows color (decimal): -10107546 or 6735205. OLE color: 6735205.
HSL color Cylindrical-coordinate representation of color #65C566: hue angle of 120.63º 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 #65C566 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 102 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.23 |
| HSL | 120.63º | 0.45% | 0.58% | - |
| HSV(B) | 120.63º | 0.49% | 0.77% | - |
| XYZ | 27.73 | 43.66 | 19.54 | - |
| YUV | 157.47 | 96.7 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 102 | 0.49 | 0 | 0.48 | 0.23 | 120.63 | 0.45 | 0.58 |
| Hex | 65 | C5 | 66 | 31 | 0 | 30 | 17 | 79 | 2D | 3A |
| Octal | 145 | 305 | 146 | 61 | 0 | 60 | 27 | 171 | 55 | 72 |
| Binary | 1100101 | 11000101 | 1100110 | 110001 | 0 | 110000 | 10111 | 1111001 | 101101 | 111010 |
Color Harmonies of #65C566
Complementary color
Monochromatic Colors of #65C566
Black with #65C566
Text Example
Text Example
White with #65C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C566; }
p { color: rgb(101,197,102); }
H1.HeaderClassName
{
color: #65C566;
}
.AnyTagClassName
{
color: #65C566;
}
</style>
background-color css
<style>
a { background-color: #65C566; }
a { background-color: rgb(101,197,102); }
div.DivClassName
{
background-color: #65C566;
}
.BgClassName
{
background-color: #65C566;
}
</style>
border-color css
<style>
span { border-color: #65C566; }
span { border-color: rgb(101,197,102); }
td.TdClassName
{
border-color: #65C566;
}
.TagClassName
{
border-color: #65C566;
}
</style>