Shades of Fern #60C158
Tints of Fern #60C158
RGB
CMYK
RGB Variations
Color information
#60C158 (or 0x60C158) is known color: Fern. HEX triplet: 60, C1 and 58. RGB value is (96,193,88). Sum of RGB (Red+Green+Blue) = 96+193+88=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #60C158 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C158 is #9F3EA7. Grayscale: #989898. Windows color (decimal): -10436264 or 5816672. OLE color: 5816672.
HSL color Cylindrical-coordinate representation of color #60C158: hue angle of 115.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60C158 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 88 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.24 |
| HSL | 115.43º | 0.46% | 0.55% | - |
| HSV(B) | 115.43º | 0.54% | 0.76% | - |
| XYZ | 25.66 | 41.33 | 15.86 | - |
| YUV | 152.03 | 91.86 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 88 | 0.50 | 0 | 0.54 | 0.24 | 115.43 | 0.46 | 0.55 |
| Hex | 60 | C1 | 58 | 32 | 0 | 36 | 18 | 73 | 2E | 37 |
| Octal | 140 | 301 | 130 | 62 | 0 | 66 | 30 | 163 | 56 | 67 |
| Binary | 1100000 | 11000001 | 1011000 | 110010 | 0 | 110110 | 11000 | 1110011 | 101110 | 110111 |
Color Harmonies of #60C158
Complementary color
Monochromatic Colors of #60C158
Black with #60C158
Text Example
Text Example
White with #60C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C158; }
p { color: rgb(96,193,88); }
H1.HeaderClassName
{
color: #60C158;
}
.AnyTagClassName
{
color: #60C158;
}
</style>
background-color css
<style>
a { background-color: #60C158; }
a { background-color: rgb(96,193,88); }
div.DivClassName
{
background-color: #60C158;
}
.BgClassName
{
background-color: #60C158;
}
</style>
border-color css
<style>
span { border-color: #60C158; }
span { border-color: rgb(96,193,88); }
td.TdClassName
{
border-color: #60C158;
}
.TagClassName
{
border-color: #60C158;
}
</style>