Shades of Fern #65C571
Tints of Fern #65C571
RGB
CMYK
RGB Variations
Color information
#65C571 (or 0x65C571) is known color: Fern. HEX triplet: 65, C5 and 71. RGB value is (101,197,113). Sum of RGB (Red+Green+Blue) = 101+197+113=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #65C571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C571 is #9A3A8E. Grayscale: #9E9E9E. Windows color (decimal): -10107535 or 7456101. OLE color: 7456101.
HSL color Cylindrical-coordinate representation of color #65C571: hue angle of 127.5º 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 #65C571 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 113 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.23 |
| HSL | 127.5º | 0.45% | 0.58% | - |
| HSV(B) | 127.5º | 0.49% | 0.77% | - |
| XYZ | 28.31 | 43.89 | 22.6 | - |
| YUV | 158.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 113 | 0.49 | 0 | 0.43 | 0.23 | 127.5 | 0.45 | 0.58 |
| Hex | 65 | C5 | 71 | 31 | 0 | 2B | 17 | 80 | 2D | 3A |
| Octal | 145 | 305 | 161 | 61 | 0 | 53 | 27 | 200 | 55 | 72 |
| Binary | 1100101 | 11000101 | 1110001 | 110001 | 0 | 101011 | 10111 | 10000000 | 101101 | 111010 |
Color Harmonies of #65C571
Complementary color
Monochromatic Colors of #65C571
Black with #65C571
Text Example
Text Example
White with #65C571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C571; }
p { color: rgb(101,197,113); }
H1.HeaderClassName
{
color: #65C571;
}
.AnyTagClassName
{
color: #65C571;
}
</style>
background-color css
<style>
a { background-color: #65C571; }
a { background-color: rgb(101,197,113); }
div.DivClassName
{
background-color: #65C571;
}
.BgClassName
{
background-color: #65C571;
}
</style>
border-color css
<style>
span { border-color: #65C571; }
span { border-color: rgb(101,197,113); }
td.TdClassName
{
border-color: #65C571;
}
.TagClassName
{
border-color: #65C571;
}
</style>