Shades of Fern #64AF5D
Tints of Fern #64AF5D
RGB
CMYK
RGB Variations
Color information
#64AF5D (or 0x64AF5D) is known color: Fern. HEX triplet: 64, AF and 5D. RGB value is (100,175,93). Sum of RGB (Red+Green+Blue) = 100+175+93=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF5D is #9B50A2. Grayscale: #8F8F8F. Windows color (decimal): -10178723 or 6139748. OLE color: 6139748.
HSL color Cylindrical-coordinate representation of color #64AF5D: hue angle of 114.88º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64AF5D is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 93 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.31 |
| HSL | 114.88º | 0.34% | 0.53% | - |
| HSV(B) | 114.88º | 0.47% | 0.69% | - |
| XYZ | 22.56 | 34.16 | 15.76 | - |
| YUV | 143.23 | 99.65 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 93 | 0.43 | 0 | 0.47 | 0.31 | 114.88 | 0.34 | 0.53 |
| Hex | 64 | AF | 5D | 2B | 0 | 2F | 1F | 73 | 22 | 35 |
| Octal | 144 | 257 | 135 | 53 | 0 | 57 | 37 | 163 | 42 | 65 |
| Binary | 1100100 | 10101111 | 1011101 | 101011 | 0 | 101111 | 11111 | 1110011 | 100010 | 110101 |
Color Harmonies of #64AF5D
Complementary color
Monochromatic Colors of #64AF5D
Black with #64AF5D
Text Example
Text Example
White with #64AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF5D; }
p { color: rgb(100,175,93); }
H1.HeaderClassName
{
color: #64AF5D;
}
.AnyTagClassName
{
color: #64AF5D;
}
</style>
background-color css
<style>
a { background-color: #64AF5D; }
a { background-color: rgb(100,175,93); }
div.DivClassName
{
background-color: #64AF5D;
}
.BgClassName
{
background-color: #64AF5D;
}
</style>
border-color css
<style>
span { border-color: #64AF5D; }
span { border-color: rgb(100,175,93); }
td.TdClassName
{
border-color: #64AF5D;
}
.TagClassName
{
border-color: #64AF5D;
}
</style>