Shades of Fern #65AF5E
Tints of Fern #65AF5E
RGB
CMYK
RGB Variations
Color information
#65AF5E (or 0x65AF5E) is known color: Fern. HEX triplet: 65, AF and 5E. RGB value is (101,175,94). Sum of RGB (Red+Green+Blue) = 101+175+94=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF5E is #9A50A1. Grayscale: #8F8F8F. Windows color (decimal): -10113186 or 6205285. OLE color: 6205285.
HSL color Cylindrical-coordinate representation of color #65AF5E: hue angle of 114.81º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65AF5E is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 94 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.31 |
| HSL | 114.81º | 0.34% | 0.53% | - |
| HSV(B) | 114.81º | 0.46% | 0.69% | - |
| XYZ | 22.72 | 34.23 | 16 | - |
| YUV | 143.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 94 | 0.42 | 0 | 0.46 | 0.31 | 114.81 | 0.34 | 0.53 |
| Hex | 65 | AF | 5E | 2A | 0 | 2E | 1F | 73 | 22 | 35 |
| Octal | 145 | 257 | 136 | 52 | 0 | 56 | 37 | 163 | 42 | 65 |
| Binary | 1100101 | 10101111 | 1011110 | 101010 | 0 | 101110 | 11111 | 1110011 | 100010 | 110101 |
Color Harmonies of #65AF5E
Complementary color
Monochromatic Colors of #65AF5E
Black with #65AF5E
Text Example
Text Example
White with #65AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF5E; }
p { color: rgb(101,175,94); }
H1.HeaderClassName
{
color: #65AF5E;
}
.AnyTagClassName
{
color: #65AF5E;
}
</style>
background-color css
<style>
a { background-color: #65AF5E; }
a { background-color: rgb(101,175,94); }
div.DivClassName
{
background-color: #65AF5E;
}
.BgClassName
{
background-color: #65AF5E;
}
</style>
border-color css
<style>
span { border-color: #65AF5E; }
span { border-color: rgb(101,175,94); }
td.TdClassName
{
border-color: #65AF5E;
}
.TagClassName
{
border-color: #65AF5E;
}
</style>