Shades of Fern #65C973
Tints of Fern #65C973
RGB
CMYK
RGB Variations
Color information
#65C973 (or 0x65C973) is known color: Fern. HEX triplet: 65, C9 and 73. RGB value is (101,201,115). Sum of RGB (Red+Green+Blue) = 101+201+115=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #65C973 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C973 is #9A368C. Grayscale: #A1A1A1. Windows color (decimal): -10106509 or 7588197. OLE color: 7588197.
HSL color Cylindrical-coordinate representation of color #65C973: hue angle of 128.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C973 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 201 | 115 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.21 |
| HSL | 128.4º | 0.48% | 0.59% | - |
| HSV(B) | 128.4º | 0.5% | 0.79% | - |
| XYZ | 29.35 | 45.78 | 23.51 | - |
| YUV | 161.3 | 101.87 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 115 | 0.50 | 0 | 0.43 | 0.21 | 128.4 | 0.48 | 0.59 |
| Hex | 65 | C9 | 73 | 32 | 0 | 2B | 15 | 80 | 30 | 3B |
| Octal | 145 | 311 | 163 | 62 | 0 | 53 | 25 | 200 | 60 | 73 |
| Binary | 1100101 | 11001001 | 1110011 | 110010 | 0 | 101011 | 10101 | 10000000 | 110000 | 111011 |
Color Harmonies of #65C973
Complementary color
Monochromatic Colors of #65C973
Black with #65C973
Text Example
Text Example
White with #65C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C973; }
p { color: rgb(101,201,115); }
H1.HeaderClassName
{
color: #65C973;
}
.AnyTagClassName
{
color: #65C973;
}
</style>
background-color css
<style>
a { background-color: #65C973; }
a { background-color: rgb(101,201,115); }
div.DivClassName
{
background-color: #65C973;
}
.BgClassName
{
background-color: #65C973;
}
</style>
border-color css
<style>
span { border-color: #65C973; }
span { border-color: rgb(101,201,115); }
td.TdClassName
{
border-color: #65C973;
}
.TagClassName
{
border-color: #65C973;
}
</style>