Shades of Fern #65BD69
Tints of Fern #65BD69
RGB
CMYK
RGB Variations
Color information
#65BD69 (or 0x65BD69) is known color: Fern. HEX triplet: 65, BD and 69. RGB value is (101,189,105). Sum of RGB (Red+Green+Blue) = 101+189+105=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BD69 is #9A4296. Grayscale: #999999. Windows color (decimal): -10109591 or 6929765. OLE color: 6929765.
HSL color Cylindrical-coordinate representation of color #65BD69: hue angle of 122.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BD69 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 189 | 105 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.26 |
| HSL | 122.73º | 0.4% | 0.57% | - |
| HSV(B) | 122.73º | 0.47% | 0.74% | - |
| XYZ | 26.11 | 40.18 | 19.74 | - |
| YUV | 153.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 105 | 0.47 | 0 | 0.44 | 0.26 | 122.73 | 0.4 | 0.57 |
| Hex | 65 | BD | 69 | 2F | 0 | 2C | 1A | 7B | 28 | 39 |
| Octal | 145 | 275 | 151 | 57 | 0 | 54 | 32 | 173 | 50 | 71 |
| Binary | 1100101 | 10111101 | 1101001 | 101111 | 0 | 101100 | 11010 | 1111011 | 101000 | 111001 |
Color Harmonies of #65BD69
Complementary color
Monochromatic Colors of #65BD69
Black with #65BD69
Text Example
Text Example
White with #65BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BD69; }
p { color: rgb(101,189,105); }
H1.HeaderClassName
{
color: #65BD69;
}
.AnyTagClassName
{
color: #65BD69;
}
</style>
background-color css
<style>
a { background-color: #65BD69; }
a { background-color: rgb(101,189,105); }
div.DivClassName
{
background-color: #65BD69;
}
.BgClassName
{
background-color: #65BD69;
}
</style>
border-color css
<style>
span { border-color: #65BD69; }
span { border-color: rgb(101,189,105); }
td.TdClassName
{
border-color: #65BD69;
}
.TagClassName
{
border-color: #65BD69;
}
</style>