Shades of Fern #65C970
Tints of Fern #65C970
RGB
CMYK
RGB Variations
Color information
#65C970 (or 0x65C970) is known color: Fern. HEX triplet: 65, C9 and 70. RGB value is (101,201,112). Sum of RGB (Red+Green+Blue) = 101+201+112=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #65C970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C970 is #9A368F. Grayscale: #A1A1A1. Windows color (decimal): -10106512 or 7391589. OLE color: 7391589.
HSL color Cylindrical-coordinate representation of color #65C970: hue angle of 126.6º 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 #65C970 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 201 | 112 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.21 |
| HSL | 126.6º | 0.48% | 0.59% | - |
| HSV(B) | 126.6º | 0.5% | 0.79% | - |
| XYZ | 29.18 | 45.71 | 22.61 | - |
| YUV | 160.95 | 100.37 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 112 | 0.50 | 0 | 0.44 | 0.21 | 126.6 | 0.48 | 0.59 |
| Hex | 65 | C9 | 70 | 32 | 0 | 2C | 15 | 7F | 30 | 3B |
| Octal | 145 | 311 | 160 | 62 | 0 | 54 | 25 | 177 | 60 | 73 |
| Binary | 1100101 | 11001001 | 1110000 | 110010 | 0 | 101100 | 10101 | 1111111 | 110000 | 111011 |
Color Harmonies of #65C970
Complementary color
Monochromatic Colors of #65C970
Black with #65C970
Text Example
Text Example
White with #65C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C970; }
p { color: rgb(101,201,112); }
H1.HeaderClassName
{
color: #65C970;
}
.AnyTagClassName
{
color: #65C970;
}
</style>
background-color css
<style>
a { background-color: #65C970; }
a { background-color: rgb(101,201,112); }
div.DivClassName
{
background-color: #65C970;
}
.BgClassName
{
background-color: #65C970;
}
</style>
border-color css
<style>
span { border-color: #65C970; }
span { border-color: rgb(101,201,112); }
td.TdClassName
{
border-color: #65C970;
}
.TagClassName
{
border-color: #65C970;
}
</style>