Shades of Fern #65BF65
Tints of Fern #65BF65
RGB
CMYK
RGB Variations
Color information
#65BF65 (or 0x65BF65) is known color: Fern. HEX triplet: 65, BF and 65. RGB value is (101,191,101). Sum of RGB (Red+Green+Blue) = 101+191+101=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BF65 is #9A409A. Grayscale: #9A9A9A. Windows color (decimal): -10109083 or 6668133. OLE color: 6668133.
HSL color Cylindrical-coordinate representation of color #65BF65: hue angle of 120º degrees, saturation: 0.41, 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 #65BF65 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 191 | 101 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.25 |
| HSL | 120º | 0.41% | 0.57% | - |
| HSV(B) | 120º | 0.47% | 0.75% | - |
| XYZ | 26.35 | 40.97 | 18.83 | - |
| YUV | 153.83 | 98.18 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 101 | 0.47 | 0 | 0.47 | 0.25 | 120 | 0.41 | 0.57 |
| Hex | 65 | BF | 65 | 2F | 0 | 2F | 19 | 78 | 29 | 39 |
| Octal | 145 | 277 | 145 | 57 | 0 | 57 | 31 | 170 | 51 | 71 |
| Binary | 1100101 | 10111111 | 1100101 | 101111 | 0 | 101111 | 11001 | 1111000 | 101001 | 111001 |
Color Harmonies of #65BF65
Complementary color
Monochromatic Colors of #65BF65
Black with #65BF65
Text Example
Text Example
White with #65BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BF65; }
p { color: rgb(101,191,101); }
H1.HeaderClassName
{
color: #65BF65;
}
.AnyTagClassName
{
color: #65BF65;
}
</style>
background-color css
<style>
a { background-color: #65BF65; }
a { background-color: rgb(101,191,101); }
div.DivClassName
{
background-color: #65BF65;
}
.BgClassName
{
background-color: #65BF65;
}
</style>
border-color css
<style>
span { border-color: #65BF65; }
span { border-color: rgb(101,191,101); }
td.TdClassName
{
border-color: #65BF65;
}
.TagClassName
{
border-color: #65BF65;
}
</style>