Shades of Fern #64AF60
Tints of Fern #64AF60
RGB
CMYK
RGB Variations
Color information
#64AF60 (or 0x64AF60) is known color: Fern. HEX triplet: 64, AF and 60. RGB value is (100,175,96). Sum of RGB (Red+Green+Blue) = 100+175+96=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF60 is #9B509F. Grayscale: #8F8F8F. Windows color (decimal): -10178720 or 6336356. OLE color: 6336356.
HSL color Cylindrical-coordinate representation of color #64AF60: hue angle of 116.96º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64AF60 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 96 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.31 |
| HSL | 116.96º | 0.33% | 0.53% | - |
| HSV(B) | 116.96º | 0.45% | 0.69% | - |
| XYZ | 22.7 | 34.21 | 16.47 | - |
| YUV | 143.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 96 | 0.43 | 0 | 0.45 | 0.31 | 116.96 | 0.33 | 0.53 |
| Hex | 64 | AF | 60 | 2B | 0 | 2D | 1F | 75 | 21 | 35 |
| Octal | 144 | 257 | 140 | 53 | 0 | 55 | 37 | 165 | 41 | 65 |
| Binary | 1100100 | 10101111 | 1100000 | 101011 | 0 | 101101 | 11111 | 1110101 | 100001 | 110101 |
Color Harmonies of #64AF60
Complementary color
Monochromatic Colors of #64AF60
Black with #64AF60
Text Example
Text Example
White with #64AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF60; }
p { color: rgb(100,175,96); }
H1.HeaderClassName
{
color: #64AF60;
}
.AnyTagClassName
{
color: #64AF60;
}
</style>
background-color css
<style>
a { background-color: #64AF60; }
a { background-color: rgb(100,175,96); }
div.DivClassName
{
background-color: #64AF60;
}
.BgClassName
{
background-color: #64AF60;
}
</style>
border-color css
<style>
span { border-color: #64AF60; }
span { border-color: rgb(100,175,96); }
td.TdClassName
{
border-color: #64AF60;
}
.TagClassName
{
border-color: #64AF60;
}
</style>