Shades of Fern #60C258
Tints of Fern #60C258
RGB
CMYK
RGB Variations
Color information
#60C258 (or 0x60C258) is known color: Fern. HEX triplet: 60, C2 and 58. RGB value is (96,194,88). Sum of RGB (Red+Green+Blue) = 96+194+88=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #60C258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C258 is #9F3DA7. Grayscale: #989898. Windows color (decimal): -10436008 or 5816928. OLE color: 5816928.
HSL color Cylindrical-coordinate representation of color #60C258: hue angle of 115.47º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60C258 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 88 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.24 |
| HSL | 115.47º | 0.46% | 0.55% | - |
| HSV(B) | 115.47º | 0.55% | 0.76% | - |
| XYZ | 25.88 | 41.77 | 15.93 | - |
| YUV | 152.61 | 91.53 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 88 | 0.51 | 0 | 0.55 | 0.24 | 115.47 | 0.46 | 0.55 |
| Hex | 60 | C2 | 58 | 33 | 0 | 37 | 18 | 73 | 2E | 37 |
| Octal | 140 | 302 | 130 | 63 | 0 | 67 | 30 | 163 | 56 | 67 |
| Binary | 1100000 | 11000010 | 1011000 | 110011 | 0 | 110111 | 11000 | 1110011 | 101110 | 110111 |
Color Harmonies of #60C258
Complementary color
Monochromatic Colors of #60C258
Black with #60C258
Text Example
Text Example
White with #60C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C258; }
p { color: rgb(96,194,88); }
H1.HeaderClassName
{
color: #60C258;
}
.AnyTagClassName
{
color: #60C258;
}
</style>
background-color css
<style>
a { background-color: #60C258; }
a { background-color: rgb(96,194,88); }
div.DivClassName
{
background-color: #60C258;
}
.BgClassName
{
background-color: #60C258;
}
</style>
border-color css
<style>
span { border-color: #60C258; }
span { border-color: rgb(96,194,88); }
td.TdClassName
{
border-color: #60C258;
}
.TagClassName
{
border-color: #60C258;
}
</style>