Shades of Fern #60C371
Tints of Fern #60C371
RGB
CMYK
RGB Variations
Color information
#60C371 (or 0x60C371) is known color: Fern. HEX triplet: 60, C3 and 71. RGB value is (96,195,113). Sum of RGB (Red+Green+Blue) = 96+195+113=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #60C371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C371 is #9F3C8E. Grayscale: #9C9C9C. Windows color (decimal): -10435727 or 7455584. OLE color: 7455584.
HSL color Cylindrical-coordinate representation of color #60C371: hue angle of 130.3º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C371 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 113 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.24 |
| HSL | 130.3º | 0.45% | 0.57% | - |
| HSV(B) | 130.3º | 0.51% | 0.76% | - |
| XYZ | 27.32 | 42.71 | 22.43 | - |
| YUV | 156.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 113 | 0.51 | 0 | 0.42 | 0.24 | 130.3 | 0.45 | 0.57 |
| Hex | 60 | C3 | 71 | 33 | 0 | 2A | 18 | 82 | 2D | 39 |
| Octal | 140 | 303 | 161 | 63 | 0 | 52 | 30 | 202 | 55 | 71 |
| Binary | 1100000 | 11000011 | 1110001 | 110011 | 0 | 101010 | 11000 | 10000010 | 101101 | 111001 |
Color Harmonies of #60C371
Complementary color
Monochromatic Colors of #60C371
Black with #60C371
Text Example
Text Example
White with #60C371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C371; }
p { color: rgb(96,195,113); }
H1.HeaderClassName
{
color: #60C371;
}
.AnyTagClassName
{
color: #60C371;
}
</style>
background-color css
<style>
a { background-color: #60C371; }
a { background-color: rgb(96,195,113); }
div.DivClassName
{
background-color: #60C371;
}
.BgClassName
{
background-color: #60C371;
}
</style>
border-color css
<style>
span { border-color: #60C371; }
span { border-color: rgb(96,195,113); }
td.TdClassName
{
border-color: #60C371;
}
.TagClassName
{
border-color: #60C371;
}
</style>