Shades of Fern #60C968
Tints of Fern #60C968
RGB
CMYK
RGB Variations
Color information
#60C968 (or 0x60C968) is known color: Fern. HEX triplet: 60, C9 and 68. RGB value is (96,201,104). Sum of RGB (Red+Green+Blue) = 96+201+104=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #60C968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C968 is #9F3697. Grayscale: #9E9E9E. Windows color (decimal): -10434200 or 6867296. OLE color: 6867296.
HSL color Cylindrical-coordinate representation of color #60C968: hue angle of 124.57º 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 #60C968 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 104 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.21 |
| HSL | 124.57º | 0.49% | 0.58% | - |
| HSV(B) | 124.57º | 0.52% | 0.79% | - |
| XYZ | 28.21 | 45.26 | 20.35 | - |
| YUV | 158.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 104 | 0.52 | 0 | 0.48 | 0.21 | 124.57 | 0.49 | 0.58 |
| Hex | 60 | C9 | 68 | 34 | 0 | 30 | 15 | 7D | 31 | 3A |
| Octal | 140 | 311 | 150 | 64 | 0 | 60 | 25 | 175 | 61 | 72 |
| Binary | 1100000 | 11001001 | 1101000 | 110100 | 0 | 110000 | 10101 | 1111101 | 110001 | 111010 |
Color Harmonies of #60C968
Complementary color
Monochromatic Colors of #60C968
Black with #60C968
Text Example
Text Example
White with #60C968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C968; }
p { color: rgb(96,201,104); }
H1.HeaderClassName
{
color: #60C968;
}
.AnyTagClassName
{
color: #60C968;
}
</style>
background-color css
<style>
a { background-color: #60C968; }
a { background-color: rgb(96,201,104); }
div.DivClassName
{
background-color: #60C968;
}
.BgClassName
{
background-color: #60C968;
}
</style>
border-color css
<style>
span { border-color: #60C968; }
span { border-color: rgb(96,201,104); }
td.TdClassName
{
border-color: #60C968;
}
.TagClassName
{
border-color: #60C968;
}
</style>