Shades of Fern #60C958
Tints of Fern #60C958
RGB
CMYK
RGB Variations
Color information
#60C958 (or 0x60C958) is known color: Fern. HEX triplet: 60, C9 and 58. RGB value is (96,201,88). Sum of RGB (Red+Green+Blue) = 96+201+88=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #60C958 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C958 is #9F36A7. Grayscale: #9D9D9D. Windows color (decimal): -10434216 or 5818720. OLE color: 5818720.
HSL color Cylindrical-coordinate representation of color #60C958: hue angle of 115.75º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60C958 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 88 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.21 |
| HSL | 115.75º | 0.51% | 0.57% | - |
| HSV(B) | 115.75º | 0.56% | 0.79% | - |
| XYZ | 27.47 | 44.96 | 16.46 | - |
| YUV | 156.72 | 89.21 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 88 | 0.52 | 0 | 0.56 | 0.21 | 115.75 | 0.51 | 0.57 |
| Hex | 60 | C9 | 58 | 34 | 0 | 38 | 15 | 74 | 33 | 39 |
| Octal | 140 | 311 | 130 | 64 | 0 | 70 | 25 | 164 | 63 | 71 |
| Binary | 1100000 | 11001001 | 1011000 | 110100 | 0 | 111000 | 10101 | 1110100 | 110011 | 111001 |
Color Harmonies of #60C958
Complementary color
Monochromatic Colors of #60C958
Black with #60C958
Text Example
Text Example
White with #60C958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C958; }
p { color: rgb(96,201,88); }
H1.HeaderClassName
{
color: #60C958;
}
.AnyTagClassName
{
color: #60C958;
}
</style>
background-color css
<style>
a { background-color: #60C958; }
a { background-color: rgb(96,201,88); }
div.DivClassName
{
background-color: #60C958;
}
.BgClassName
{
background-color: #60C958;
}
</style>
border-color css
<style>
span { border-color: #60C958; }
span { border-color: rgb(96,201,88); }
td.TdClassName
{
border-color: #60C958;
}
.TagClassName
{
border-color: #60C958;
}
</style>