Shades of Fern #60C864
Tints of Fern #60C864
RGB
CMYK
RGB Variations
Color information
#60C864 (or 0x60C864) is known color: Fern. HEX triplet: 60, C8 and 64. RGB value is (96,200,100). Sum of RGB (Red+Green+Blue) = 96+200+100=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #60C864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C864 is #9F379B. Grayscale: #9D9D9D. Windows color (decimal): -10434460 or 6604896. OLE color: 6604896.
HSL color Cylindrical-coordinate representation of color #60C864: hue angle of 122.31º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C864 is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 200 | 100 | - |
| CMYK | 0.52 | 0 | 0.5 | 0.22 |
| HSL | 122.31º | 0.49% | 0.58% | - |
| HSV(B) | 122.31º | 0.52% | 0.78% | - |
| XYZ | 27.78 | 44.72 | 19.22 | - |
| YUV | 157.5 | 95.54 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 200 | 100 | 0.52 | 0 | 0.5 | 0.22 | 122.31 | 0.49 | 0.58 |
| Hex | 60 | C8 | 64 | 34 | 0 | 32 | 16 | 7A | 31 | 3A |
| Octal | 140 | 310 | 144 | 64 | 0 | 62 | 26 | 172 | 61 | 72 |
| Binary | 1100000 | 11001000 | 1100100 | 110100 | 0 | 110010 | 10110 | 1111010 | 110001 | 111010 |
Color Harmonies of #60C864
Complementary color
Monochromatic Colors of #60C864
Black with #60C864
Text Example
Text Example
White with #60C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C864; }
p { color: rgb(96,200,100); }
H1.HeaderClassName
{
color: #60C864;
}
.AnyTagClassName
{
color: #60C864;
}
</style>
background-color css
<style>
a { background-color: #60C864; }
a { background-color: rgb(96,200,100); }
div.DivClassName
{
background-color: #60C864;
}
.BgClassName
{
background-color: #60C864;
}
</style>
border-color css
<style>
span { border-color: #60C864; }
span { border-color: rgb(96,200,100); }
td.TdClassName
{
border-color: #60C864;
}
.TagClassName
{
border-color: #60C864;
}
</style>