Shades of Fern #65C065
Tints of Fern #65C065
RGB
CMYK
RGB Variations
Color information
#65C065 (or 0x65C065) is known color: Fern. HEX triplet: 65, C0 and 65. RGB value is (101,192,101). Sum of RGB (Red+Green+Blue) = 101+192+101=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #65C065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C065 is #9A3F9A. Grayscale: #9A9A9A. Windows color (decimal): -10108827 or 6668389. OLE color: 6668389.
HSL color Cylindrical-coordinate representation of color #65C065: hue angle of 120º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65C065 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 192 | 101 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.25 |
| HSL | 120º | 0.42% | 0.57% | - |
| HSV(B) | 120º | 0.47% | 0.75% | - |
| XYZ | 26.57 | 41.41 | 18.9 | - |
| YUV | 154.42 | 97.85 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 101 | 0.47 | 0 | 0.47 | 0.25 | 120 | 0.42 | 0.57 |
| Hex | 65 | C0 | 65 | 2F | 0 | 2F | 19 | 78 | 2A | 39 |
| Octal | 145 | 300 | 145 | 57 | 0 | 57 | 31 | 170 | 52 | 71 |
| Binary | 1100101 | 11000000 | 1100101 | 101111 | 0 | 101111 | 11001 | 1111000 | 101010 | 111001 |
Color Harmonies of #65C065
Complementary color
Monochromatic Colors of #65C065
Black with #65C065
Text Example
Text Example
White with #65C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C065; }
p { color: rgb(101,192,101); }
H1.HeaderClassName
{
color: #65C065;
}
.AnyTagClassName
{
color: #65C065;
}
</style>
background-color css
<style>
a { background-color: #65C065; }
a { background-color: rgb(101,192,101); }
div.DivClassName
{
background-color: #65C065;
}
.BgClassName
{
background-color: #65C065;
}
</style>
border-color css
<style>
span { border-color: #65C065; }
span { border-color: rgb(101,192,101); }
td.TdClassName
{
border-color: #65C065;
}
.TagClassName
{
border-color: #65C065;
}
</style>