Shades of Fern #60C964
Tints of Fern #60C964
RGB
CMYK
RGB Variations
Color information
#60C964 (or 0x60C964) is known color: Fern. HEX triplet: 60, C9 and 64. RGB value is (96,201,100). Sum of RGB (Red+Green+Blue) = 96+201+100=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #60C964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C964 is #9F369B. Grayscale: #9E9E9E. Windows color (decimal): -10434204 or 6605152. OLE color: 6605152.
HSL color Cylindrical-coordinate representation of color #60C964: hue angle of 122.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C964 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 100 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.21 |
| HSL | 122.29º | 0.49% | 0.58% | - |
| HSV(B) | 122.29º | 0.52% | 0.79% | - |
| XYZ | 28.01 | 45.18 | 19.3 | - |
| YUV | 158.09 | 95.21 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 100 | 0.52 | 0 | 0.50 | 0.21 | 122.29 | 0.49 | 0.58 |
| Hex | 60 | C9 | 64 | 34 | 0 | 32 | 15 | 7A | 31 | 3A |
| Octal | 140 | 311 | 144 | 64 | 0 | 62 | 25 | 172 | 61 | 72 |
| Binary | 1100000 | 11001001 | 1100100 | 110100 | 0 | 110010 | 10101 | 1111010 | 110001 | 111010 |
Color Harmonies of #60C964
Complementary color
Monochromatic Colors of #60C964
Black with #60C964
Text Example
Text Example
White with #60C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C964; }
p { color: rgb(96,201,100); }
H1.HeaderClassName
{
color: #60C964;
}
.AnyTagClassName
{
color: #60C964;
}
</style>
background-color css
<style>
a { background-color: #60C964; }
a { background-color: rgb(96,201,100); }
div.DivClassName
{
background-color: #60C964;
}
.BgClassName
{
background-color: #60C964;
}
</style>
border-color css
<style>
span { border-color: #60C964; }
span { border-color: rgb(96,201,100); }
td.TdClassName
{
border-color: #60C964;
}
.TagClassName
{
border-color: #60C964;
}
</style>