Shades of Fern #65C377
Tints of Fern #65C377
RGB
CMYK
RGB Variations
Color information
#65C377 (or 0x65C377) is known color: Fern. HEX triplet: 65, C3 and 77. RGB value is (101,195,119). Sum of RGB (Red+Green+Blue) = 101+195+119=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #65C377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C377 is #9A3C88. Grayscale: #9E9E9E. Windows color (decimal): -10108041 or 7848805. OLE color: 7848805.
HSL color Cylindrical-coordinate representation of color #65C377: hue angle of 131.49º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C377 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 195 | 119 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.24 |
| HSL | 131.49º | 0.44% | 0.58% | - |
| HSV(B) | 131.49º | 0.48% | 0.76% | - |
| XYZ | 28.21 | 43.13 | 24.29 | - |
| YUV | 158.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 119 | 0.48 | 0 | 0.39 | 0.24 | 131.49 | 0.44 | 0.58 |
| Hex | 65 | C3 | 77 | 30 | 0 | 27 | 18 | 83 | 2C | 3A |
| Octal | 145 | 303 | 167 | 60 | 0 | 47 | 30 | 203 | 54 | 72 |
| Binary | 1100101 | 11000011 | 1110111 | 110000 | 0 | 100111 | 11000 | 10000011 | 101100 | 111010 |
Color Harmonies of #65C377
Complementary color
Monochromatic Colors of #65C377
Black with #65C377
Text Example
Text Example
White with #65C377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C377; }
p { color: rgb(101,195,119); }
H1.HeaderClassName
{
color: #65C377;
}
.AnyTagClassName
{
color: #65C377;
}
</style>
background-color css
<style>
a { background-color: #65C377; }
a { background-color: rgb(101,195,119); }
div.DivClassName
{
background-color: #65C377;
}
.BgClassName
{
background-color: #65C377;
}
</style>
border-color css
<style>
span { border-color: #65C377; }
span { border-color: rgb(101,195,119); }
td.TdClassName
{
border-color: #65C377;
}
.TagClassName
{
border-color: #65C377;
}
</style>