Shades of Fern #65C575
Tints of Fern #65C575
RGB
CMYK
RGB Variations
Color information
#65C575 (or 0x65C575) is known color: Fern. HEX triplet: 65, C5 and 75. RGB value is (101,197,117). Sum of RGB (Red+Green+Blue) = 101+197+117=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #65C575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C575 is #9A3A8A. Grayscale: #9F9F9F. Windows color (decimal): -10107531 or 7718245. OLE color: 7718245.
HSL color Cylindrical-coordinate representation of color #65C575: hue angle of 130º 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 #65C575 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 117 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.23 |
| HSL | 130º | 0.45% | 0.58% | - |
| HSV(B) | 130º | 0.49% | 0.77% | - |
| XYZ | 28.54 | 43.98 | 23.81 | - |
| YUV | 159.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 117 | 0.49 | 0 | 0.41 | 0.23 | 130 | 0.45 | 0.58 |
| Hex | 65 | C5 | 75 | 31 | 0 | 29 | 17 | 82 | 2D | 3A |
| Octal | 145 | 305 | 165 | 61 | 0 | 51 | 27 | 202 | 55 | 72 |
| Binary | 1100101 | 11000101 | 1110101 | 110001 | 0 | 101001 | 10111 | 10000010 | 101101 | 111010 |
Color Harmonies of #65C575
Complementary color
Monochromatic Colors of #65C575
Black with #65C575
Text Example
Text Example
White with #65C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C575; }
p { color: rgb(101,197,117); }
H1.HeaderClassName
{
color: #65C575;
}
.AnyTagClassName
{
color: #65C575;
}
</style>
background-color css
<style>
a { background-color: #65C575; }
a { background-color: rgb(101,197,117); }
div.DivClassName
{
background-color: #65C575;
}
.BgClassName
{
background-color: #65C575;
}
</style>
border-color css
<style>
span { border-color: #65C575; }
span { border-color: rgb(101,197,117); }
td.TdClassName
{
border-color: #65C575;
}
.TagClassName
{
border-color: #65C575;
}
</style>