Shades of Fern #65B56E
Tints of Fern #65B56E
RGB
CMYK
RGB Variations
Color information
#65B56E (or 0x65B56E) is known color: Fern. HEX triplet: 65, B5 and 6E. RGB value is (101,181,110). Sum of RGB (Red+Green+Blue) = 101+181+110=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #65B56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B56E is #9A4A91. Grayscale: #959595. Windows color (decimal): -10111634 or 7255397. OLE color: 7255397.
HSL color Cylindrical-coordinate representation of color #65B56E: hue angle of 126.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B56E is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 181 | 110 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.29 |
| HSL | 126.75º | 0.35% | 0.55% | - |
| HSV(B) | 126.75º | 0.44% | 0.71% | - |
| XYZ | 24.71 | 36.94 | 20.58 | - |
| YUV | 148.99 | 106 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 181 | 110 | 0.44 | 0 | 0.39 | 0.29 | 126.75 | 0.35 | 0.55 |
| Hex | 65 | B5 | 6E | 2C | 0 | 27 | 1D | 7F | 23 | 37 |
| Octal | 145 | 265 | 156 | 54 | 0 | 47 | 35 | 177 | 43 | 67 |
| Binary | 1100101 | 10110101 | 1101110 | 101100 | 0 | 100111 | 11101 | 1111111 | 100011 | 110111 |
Color Harmonies of #65B56E
Complementary color
Monochromatic Colors of #65B56E
Black with #65B56E
Text Example
Text Example
White with #65B56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B56E; }
p { color: rgb(101,181,110); }
H1.HeaderClassName
{
color: #65B56E;
}
.AnyTagClassName
{
color: #65B56E;
}
</style>
background-color css
<style>
a { background-color: #65B56E; }
a { background-color: rgb(101,181,110); }
div.DivClassName
{
background-color: #65B56E;
}
.BgClassName
{
background-color: #65B56E;
}
</style>
border-color css
<style>
span { border-color: #65B56E; }
span { border-color: rgb(101,181,110); }
td.TdClassName
{
border-color: #65B56E;
}
.TagClassName
{
border-color: #65B56E;
}
</style>