Shades of Fern #60C376
Tints of Fern #60C376
RGB
CMYK
RGB Variations
Color information
#60C376 (or 0x60C376) is known color: Fern. HEX triplet: 60, C3 and 76. RGB value is (96,195,118). Sum of RGB (Red+Green+Blue) = 96+195+118=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #60C376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C376 is #9F3C89. Grayscale: #9C9C9C. Windows color (decimal): -10435722 or 7783264. OLE color: 7783264.
HSL color Cylindrical-coordinate representation of color #60C376: hue angle of 133.33º 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 #60C376 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 118 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.24 |
| HSL | 133.33º | 0.45% | 0.57% | - |
| HSV(B) | 133.33º | 0.51% | 0.76% | - |
| XYZ | 27.61 | 42.83 | 23.95 | - |
| YUV | 156.62 | 106.2 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 118 | 0.51 | 0 | 0.39 | 0.24 | 133.33 | 0.45 | 0.57 |
| Hex | 60 | C3 | 76 | 33 | 0 | 27 | 18 | 85 | 2D | 39 |
| Octal | 140 | 303 | 166 | 63 | 0 | 47 | 30 | 205 | 55 | 71 |
| Binary | 1100000 | 11000011 | 1110110 | 110011 | 0 | 100111 | 11000 | 10000101 | 101101 | 111001 |
Color Harmonies of #60C376
Complementary color
Monochromatic Colors of #60C376
Black with #60C376
Text Example
Text Example
White with #60C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C376; }
p { color: rgb(96,195,118); }
H1.HeaderClassName
{
color: #60C376;
}
.AnyTagClassName
{
color: #60C376;
}
</style>
background-color css
<style>
a { background-color: #60C376; }
a { background-color: rgb(96,195,118); }
div.DivClassName
{
background-color: #60C376;
}
.BgClassName
{
background-color: #60C376;
}
</style>
border-color css
<style>
span { border-color: #60C376; }
span { border-color: rgb(96,195,118); }
td.TdClassName
{
border-color: #60C376;
}
.TagClassName
{
border-color: #60C376;
}
</style>