Shades of Fern #60AF64
Tints of Fern #60AF64
RGB
CMYK
RGB Variations
Color information
#60AF64 (or 0x60AF64) is known color: Fern. HEX triplet: 60, AF and 64. RGB value is (96,175,100). Sum of RGB (Red+Green+Blue) = 96+175+100=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF64 is #9F509B. Grayscale: #8F8F8F. Windows color (decimal): -10440860 or 6598496. OLE color: 6598496.
HSL color Cylindrical-coordinate representation of color #60AF64: hue angle of 123.04º 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 #60AF64 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 100 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.31 |
| HSL | 123.04º | 0.33% | 0.53% | - |
| HSV(B) | 123.04º | 0.45% | 0.69% | - |
| XYZ | 22.45 | 34.07 | 17.45 | - |
| YUV | 142.83 | 103.83 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 100 | 0.45 | 0 | 0.43 | 0.31 | 123.04 | 0.33 | 0.53 |
| Hex | 60 | AF | 64 | 2D | 0 | 2B | 1F | 7B | 21 | 35 |
| Octal | 140 | 257 | 144 | 55 | 0 | 53 | 37 | 173 | 41 | 65 |
| Binary | 1100000 | 10101111 | 1100100 | 101101 | 0 | 101011 | 11111 | 1111011 | 100001 | 110101 |
Color Harmonies of #60AF64
Complementary color
Monochromatic Colors of #60AF64
Black with #60AF64
Text Example
Text Example
White with #60AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF64; }
p { color: rgb(96,175,100); }
H1.HeaderClassName
{
color: #60AF64;
}
.AnyTagClassName
{
color: #60AF64;
}
</style>
background-color css
<style>
a { background-color: #60AF64; }
a { background-color: rgb(96,175,100); }
div.DivClassName
{
background-color: #60AF64;
}
.BgClassName
{
background-color: #60AF64;
}
</style>
border-color css
<style>
span { border-color: #60AF64; }
span { border-color: rgb(96,175,100); }
td.TdClassName
{
border-color: #60AF64;
}
.TagClassName
{
border-color: #60AF64;
}
</style>