Shades of Fern #60C471
Tints of Fern #60C471
RGB
CMYK
RGB Variations
Color information
#60C471 (or 0x60C471) is known color: Fern. HEX triplet: 60, C4 and 71. RGB value is (96,196,113). Sum of RGB (Red+Green+Blue) = 96+196+113=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #60C471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C471 is #9F3B8E. Grayscale: #9C9C9C. Windows color (decimal): -10435471 or 7455840. OLE color: 7455840.
HSL color Cylindrical-coordinate representation of color #60C471: hue angle of 130.2º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C471 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 196 | 113 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.23 |
| HSL | 130.2º | 0.46% | 0.57% | - |
| HSV(B) | 130.2º | 0.51% | 0.77% | - |
| XYZ | 27.54 | 43.16 | 22.5 | - |
| YUV | 156.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 196 | 113 | 0.51 | 0 | 0.42 | 0.23 | 130.2 | 0.46 | 0.57 |
| Hex | 60 | C4 | 71 | 33 | 0 | 2A | 17 | 82 | 2E | 39 |
| Octal | 140 | 304 | 161 | 63 | 0 | 52 | 27 | 202 | 56 | 71 |
| Binary | 1100000 | 11000100 | 1110001 | 110011 | 0 | 101010 | 10111 | 10000010 | 101110 | 111001 |
Color Harmonies of #60C471
Complementary color
Monochromatic Colors of #60C471
Black with #60C471
Text Example
Text Example
White with #60C471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C471; }
p { color: rgb(96,196,113); }
H1.HeaderClassName
{
color: #60C471;
}
.AnyTagClassName
{
color: #60C471;
}
</style>
background-color css
<style>
a { background-color: #60C471; }
a { background-color: rgb(96,196,113); }
div.DivClassName
{
background-color: #60C471;
}
.BgClassName
{
background-color: #60C471;
}
</style>
border-color css
<style>
span { border-color: #60C471; }
span { border-color: rgb(96,196,113); }
td.TdClassName
{
border-color: #60C471;
}
.TagClassName
{
border-color: #60C471;
}
</style>