Shades of Fern #65C969
Tints of Fern #65C969
RGB
CMYK
RGB Variations
Color information
#65C969 (or 0x65C969) is known color: Fern. HEX triplet: 65, C9 and 69. RGB value is (101,201,105). Sum of RGB (Red+Green+Blue) = 101+201+105=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #65C969 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C969 is #9A3696. Grayscale: #A0A0A0. Windows color (decimal): -10106519 or 6932837. OLE color: 6932837.
HSL color Cylindrical-coordinate representation of color #65C969: hue angle of 122.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 #65C969 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 201 | 105 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.21 |
| HSL | 122.4º | 0.48% | 0.59% | - |
| HSV(B) | 122.4º | 0.5% | 0.79% | - |
| XYZ | 28.8 | 45.56 | 20.64 | - |
| YUV | 160.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 105 | 0.50 | 0 | 0.48 | 0.21 | 122.4 | 0.48 | 0.59 |
| Hex | 65 | C9 | 69 | 32 | 0 | 30 | 15 | 7A | 30 | 3B |
| Octal | 145 | 311 | 151 | 62 | 0 | 60 | 25 | 172 | 60 | 73 |
| Binary | 1100101 | 11001001 | 1101001 | 110010 | 0 | 110000 | 10101 | 1111010 | 110000 | 111011 |
Color Harmonies of #65C969
Complementary color
Monochromatic Colors of #65C969
Black with #65C969
Text Example
Text Example
White with #65C969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C969; }
p { color: rgb(101,201,105); }
H1.HeaderClassName
{
color: #65C969;
}
.AnyTagClassName
{
color: #65C969;
}
</style>
background-color css
<style>
a { background-color: #65C969; }
a { background-color: rgb(101,201,105); }
div.DivClassName
{
background-color: #65C969;
}
.BgClassName
{
background-color: #65C969;
}
</style>
border-color css
<style>
span { border-color: #65C969; }
span { border-color: rgb(101,201,105); }
td.TdClassName
{
border-color: #65C969;
}
.TagClassName
{
border-color: #65C969;
}
</style>