Shades of Fern #65C862
Tints of Fern #65C862
RGB
CMYK
RGB Variations
Color information
#65C862 (or 0x65C862) is known color: Fern. HEX triplet: 65, C8 and 62. RGB value is (101,200,98). Sum of RGB (Red+Green+Blue) = 101+200+98=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #65C862 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C862 is #9A379D. Grayscale: #9F9F9F. Windows color (decimal): -10106782 or 6473829. OLE color: 6473829.
HSL color Cylindrical-coordinate representation of color #65C862: hue angle of 118.24º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65C862 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 200 | 98 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.22 |
| HSL | 118.24º | 0.48% | 0.58% | - |
| HSV(B) | 118.24º | 0.51% | 0.78% | - |
| XYZ | 28.23 | 44.96 | 18.75 | - |
| YUV | 158.77 | 93.7 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 98 | 0.49 | 0 | 0.51 | 0.22 | 118.24 | 0.48 | 0.58 |
| Hex | 65 | C8 | 62 | 31 | 0 | 33 | 16 | 76 | 30 | 3A |
| Octal | 145 | 310 | 142 | 61 | 0 | 63 | 26 | 166 | 60 | 72 |
| Binary | 1100101 | 11001000 | 1100010 | 110001 | 0 | 110011 | 10110 | 1110110 | 110000 | 111010 |
Color Harmonies of #65C862
Complementary color
Monochromatic Colors of #65C862
Black with #65C862
Text Example
Text Example
White with #65C862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C862; }
p { color: rgb(101,200,98); }
H1.HeaderClassName
{
color: #65C862;
}
.AnyTagClassName
{
color: #65C862;
}
</style>
background-color css
<style>
a { background-color: #65C862; }
a { background-color: rgb(101,200,98); }
div.DivClassName
{
background-color: #65C862;
}
.BgClassName
{
background-color: #65C862;
}
</style>
border-color css
<style>
span { border-color: #65C862; }
span { border-color: rgb(101,200,98); }
td.TdClassName
{
border-color: #65C862;
}
.TagClassName
{
border-color: #65C862;
}
</style>