Shades of Fern #65BF70
Tints of Fern #65BF70
RGB
CMYK
RGB Variations
Color information
#65BF70 (or 0x65BF70) is known color: Fern. HEX triplet: 65, BF and 70. RGB value is (101,191,112). Sum of RGB (Red+Green+Blue) = 101+191+112=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BF70 is #9A408F. Grayscale: #9B9B9B. Windows color (decimal): -10109072 or 7389029. OLE color: 7389029.
HSL color Cylindrical-coordinate representation of color #65BF70: hue angle of 127.33º 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 #65BF70 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 191 | 112 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.25 |
| HSL | 127.33º | 0.41% | 0.57% | - |
| HSV(B) | 127.33º | 0.47% | 0.75% | - |
| XYZ | 26.92 | 41.2 | 21.86 | - |
| YUV | 155.08 | 103.68 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 112 | 0.47 | 0 | 0.41 | 0.25 | 127.33 | 0.41 | 0.57 |
| Hex | 65 | BF | 70 | 2F | 0 | 29 | 19 | 7F | 29 | 39 |
| Octal | 145 | 277 | 160 | 57 | 0 | 51 | 31 | 177 | 51 | 71 |
| Binary | 1100101 | 10111111 | 1110000 | 101111 | 0 | 101001 | 11001 | 1111111 | 101001 | 111001 |
Color Harmonies of #65BF70
Complementary color
Monochromatic Colors of #65BF70
Black with #65BF70
Text Example
Text Example
White with #65BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BF70; }
p { color: rgb(101,191,112); }
H1.HeaderClassName
{
color: #65BF70;
}
.AnyTagClassName
{
color: #65BF70;
}
</style>
background-color css
<style>
a { background-color: #65BF70; }
a { background-color: rgb(101,191,112); }
div.DivClassName
{
background-color: #65BF70;
}
.BgClassName
{
background-color: #65BF70;
}
</style>
border-color css
<style>
span { border-color: #65BF70; }
span { border-color: rgb(101,191,112); }
td.TdClassName
{
border-color: #65BF70;
}
.TagClassName
{
border-color: #65BF70;
}
</style>