Shades of Fern #64AF5E
Tints of Fern #64AF5E
RGB
CMYK
RGB Variations
Color information
#64AF5E (or 0x64AF5E) is known color: Fern. HEX triplet: 64, AF and 5E. RGB value is (100,175,94). Sum of RGB (Red+Green+Blue) = 100+175+94=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF5E is #9B50A1. Grayscale: #8F8F8F. Windows color (decimal): -10178722 or 6205284. OLE color: 6205284.
HSL color Cylindrical-coordinate representation of color #64AF5E: hue angle of 115.56º 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 #64AF5E is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 94 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.31 |
| HSL | 115.56º | 0.34% | 0.53% | - |
| HSV(B) | 115.56º | 0.46% | 0.69% | - |
| XYZ | 22.61 | 34.18 | 16 | - |
| YUV | 143.34 | 100.15 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 94 | 0.43 | 0 | 0.46 | 0.31 | 115.56 | 0.34 | 0.53 |
| Hex | 64 | AF | 5E | 2B | 0 | 2E | 1F | 74 | 22 | 35 |
| Octal | 144 | 257 | 136 | 53 | 0 | 56 | 37 | 164 | 42 | 65 |
| Binary | 1100100 | 10101111 | 1011110 | 101011 | 0 | 101110 | 11111 | 1110100 | 100010 | 110101 |
Color Harmonies of #64AF5E
Complementary color
Monochromatic Colors of #64AF5E
Black with #64AF5E
Text Example
Text Example
White with #64AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF5E; }
p { color: rgb(100,175,94); }
H1.HeaderClassName
{
color: #64AF5E;
}
.AnyTagClassName
{
color: #64AF5E;
}
</style>
background-color css
<style>
a { background-color: #64AF5E; }
a { background-color: rgb(100,175,94); }
div.DivClassName
{
background-color: #64AF5E;
}
.BgClassName
{
background-color: #64AF5E;
}
</style>
border-color css
<style>
span { border-color: #64AF5E; }
span { border-color: rgb(100,175,94); }
td.TdClassName
{
border-color: #64AF5E;
}
.TagClassName
{
border-color: #64AF5E;
}
</style>