Shades of Fern #65B871
Tints of Fern #65B871
RGB
CMYK
RGB Variations
Color information
#65B871 (or 0x65B871) is known color: Fern. HEX triplet: 65, B8 and 71. RGB value is (101,184,113). Sum of RGB (Red+Green+Blue) = 101+184+113=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #65B871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B871 is #9A478E. Grayscale: #979797. Windows color (decimal): -10110863 or 7452773. OLE color: 7452773.
HSL color Cylindrical-coordinate representation of color #65B871: hue angle of 128.67º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B871 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 184 | 113 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.28 |
| HSL | 128.67º | 0.37% | 0.56% | - |
| HSV(B) | 128.67º | 0.45% | 0.72% | - |
| XYZ | 25.49 | 38.24 | 21.66 | - |
| YUV | 151.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 113 | 0.45 | 0 | 0.39 | 0.28 | 128.67 | 0.37 | 0.56 |
| Hex | 65 | B8 | 71 | 2D | 0 | 27 | 1C | 81 | 25 | 38 |
| Octal | 145 | 270 | 161 | 55 | 0 | 47 | 34 | 201 | 45 | 70 |
| Binary | 1100101 | 10111000 | 1110001 | 101101 | 0 | 100111 | 11100 | 10000001 | 100101 | 111000 |
Color Harmonies of #65B871
Complementary color
Monochromatic Colors of #65B871
Black with #65B871
Text Example
Text Example
White with #65B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B871; }
p { color: rgb(101,184,113); }
H1.HeaderClassName
{
color: #65B871;
}
.AnyTagClassName
{
color: #65B871;
}
</style>
background-color css
<style>
a { background-color: #65B871; }
a { background-color: rgb(101,184,113); }
div.DivClassName
{
background-color: #65B871;
}
.BgClassName
{
background-color: #65B871;
}
</style>
border-color css
<style>
span { border-color: #65B871; }
span { border-color: rgb(101,184,113); }
td.TdClassName
{
border-color: #65B871;
}
.TagClassName
{
border-color: #65B871;
}
</style>