Shades of Fern #60C95C
Tints of Fern #60C95C
RGB
CMYK
RGB Variations
Color information
#60C95C (or 0x60C95C) is known color: Fern. HEX triplet: 60, C9 and 5C. RGB value is (96,201,92). Sum of RGB (Red+Green+Blue) = 96+201+92=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #60C95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C95C is #9F36A3. Grayscale: #9D9D9D. Windows color (decimal): -10434212 or 6080864. OLE color: 6080864.
HSL color Cylindrical-coordinate representation of color #60C95C: hue angle of 117.8º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60C95C is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 92 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.21 |
| HSL | 117.8º | 0.5% | 0.57% | - |
| HSV(B) | 117.8º | 0.54% | 0.79% | - |
| XYZ | 27.64 | 45.03 | 17.36 | - |
| YUV | 157.18 | 91.21 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 92 | 0.52 | 0 | 0.54 | 0.21 | 117.8 | 0.5 | 0.57 |
| Hex | 60 | C9 | 5C | 34 | 0 | 36 | 15 | 76 | 32 | 39 |
| Octal | 140 | 311 | 134 | 64 | 0 | 66 | 25 | 166 | 62 | 71 |
| Binary | 1100000 | 11001001 | 1011100 | 110100 | 0 | 110110 | 10101 | 1110110 | 110010 | 111001 |
Color Harmonies of #60C95C
Complementary color
Monochromatic Colors of #60C95C
Black with #60C95C
Text Example
Text Example
White with #60C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C95C; }
p { color: rgb(96,201,92); }
H1.HeaderClassName
{
color: #60C95C;
}
.AnyTagClassName
{
color: #60C95C;
}
</style>
background-color css
<style>
a { background-color: #60C95C; }
a { background-color: rgb(96,201,92); }
div.DivClassName
{
background-color: #60C95C;
}
.BgClassName
{
background-color: #60C95C;
}
</style>
border-color css
<style>
span { border-color: #60C95C; }
span { border-color: rgb(96,201,92); }
td.TdClassName
{
border-color: #60C95C;
}
.TagClassName
{
border-color: #60C95C;
}
</style>