Shades of Fern #60AD64
Tints of Fern #60AD64
RGB
CMYK
RGB Variations
Color information
#60AD64 (or 0x60AD64) is known color: Fern. HEX triplet: 60, AD and 64. RGB value is (96,173,100). Sum of RGB (Red+Green+Blue) = 96+173+100=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD64 is #9F529B. Grayscale: #8D8D8D. Windows color (decimal): -10441372 or 6597984. OLE color: 6597984.
HSL color Cylindrical-coordinate representation of color #60AD64: hue angle of 123.12º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AD64 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 100 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.32 |
| HSL | 123.12º | 0.32% | 0.53% | - |
| HSV(B) | 123.12º | 0.45% | 0.68% | - |
| XYZ | 22.07 | 33.29 | 17.32 | - |
| YUV | 141.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 100 | 0.45 | 0 | 0.42 | 0.32 | 123.12 | 0.32 | 0.53 |
| Hex | 60 | AD | 64 | 2D | 0 | 2A | 20 | 7B | 20 | 35 |
| Octal | 140 | 255 | 144 | 55 | 0 | 52 | 40 | 173 | 40 | 65 |
| Binary | 1100000 | 10101101 | 1100100 | 101101 | 0 | 101010 | 100000 | 1111011 | 100000 | 110101 |
Color Harmonies of #60AD64
Complementary color
Monochromatic Colors of #60AD64
Black with #60AD64
Text Example
Text Example
White with #60AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD64; }
p { color: rgb(96,173,100); }
H1.HeaderClassName
{
color: #60AD64;
}
.AnyTagClassName
{
color: #60AD64;
}
</style>
background-color css
<style>
a { background-color: #60AD64; }
a { background-color: rgb(96,173,100); }
div.DivClassName
{
background-color: #60AD64;
}
.BgClassName
{
background-color: #60AD64;
}
</style>
border-color css
<style>
span { border-color: #60AD64; }
span { border-color: rgb(96,173,100); }
td.TdClassName
{
border-color: #60AD64;
}
.TagClassName
{
border-color: #60AD64;
}
</style>