Shades of Fern #60C175
Tints of Fern #60C175
RGB
CMYK
RGB Variations
Color information
#60C175 (or 0x60C175) is known color: Fern. HEX triplet: 60, C1 and 75. RGB value is (96,193,117). Sum of RGB (Red+Green+Blue) = 96+193+117=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #60C175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C175 is #9F3E8A. Grayscale: #9B9B9B. Windows color (decimal): -10436235 or 7717216. OLE color: 7717216.
HSL color Cylindrical-coordinate representation of color #60C175: hue angle of 132.99º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C175 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 117 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.24 |
| HSL | 132.99º | 0.44% | 0.57% | - |
| HSV(B) | 132.99º | 0.5% | 0.76% | - |
| XYZ | 27.1 | 41.91 | 23.49 | - |
| YUV | 155.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 117 | 0.50 | 0 | 0.39 | 0.24 | 132.99 | 0.44 | 0.57 |
| Hex | 60 | C1 | 75 | 32 | 0 | 27 | 18 | 85 | 2C | 39 |
| Octal | 140 | 301 | 165 | 62 | 0 | 47 | 30 | 205 | 54 | 71 |
| Binary | 1100000 | 11000001 | 1110101 | 110010 | 0 | 100111 | 11000 | 10000101 | 101100 | 111001 |
Color Harmonies of #60C175
Complementary color
Monochromatic Colors of #60C175
Black with #60C175
Text Example
Text Example
White with #60C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C175; }
p { color: rgb(96,193,117); }
H1.HeaderClassName
{
color: #60C175;
}
.AnyTagClassName
{
color: #60C175;
}
</style>
background-color css
<style>
a { background-color: #60C175; }
a { background-color: rgb(96,193,117); }
div.DivClassName
{
background-color: #60C175;
}
.BgClassName
{
background-color: #60C175;
}
</style>
border-color css
<style>
span { border-color: #60C175; }
span { border-color: rgb(96,193,117); }
td.TdClassName
{
border-color: #60C175;
}
.TagClassName
{
border-color: #60C175;
}
</style>