Shades of Fern #60C370
Tints of Fern #60C370
RGB
CMYK
RGB Variations
Color information
#60C370 (or 0x60C370) is known color: Fern. HEX triplet: 60, C3 and 70. RGB value is (96,195,112). Sum of RGB (Red+Green+Blue) = 96+195+112=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #60C370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C370 is #9F3C8F. Grayscale: #9C9C9C. Windows color (decimal): -10435728 or 7390048. OLE color: 7390048.
HSL color Cylindrical-coordinate representation of color #60C370: hue angle of 129.7º 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 #60C370 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 112 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.24 |
| HSL | 129.7º | 0.45% | 0.57% | - |
| HSV(B) | 129.7º | 0.51% | 0.76% | - |
| XYZ | 27.26 | 42.69 | 22.13 | - |
| YUV | 155.94 | 103.2 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 112 | 0.51 | 0 | 0.43 | 0.24 | 129.7 | 0.45 | 0.57 |
| Hex | 60 | C3 | 70 | 33 | 0 | 2B | 18 | 82 | 2D | 39 |
| Octal | 140 | 303 | 160 | 63 | 0 | 53 | 30 | 202 | 55 | 71 |
| Binary | 1100000 | 11000011 | 1110000 | 110011 | 0 | 101011 | 11000 | 10000010 | 101101 | 111001 |
Color Harmonies of #60C370
Complementary color
Monochromatic Colors of #60C370
Black with #60C370
Text Example
Text Example
White with #60C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C370; }
p { color: rgb(96,195,112); }
H1.HeaderClassName
{
color: #60C370;
}
.AnyTagClassName
{
color: #60C370;
}
</style>
background-color css
<style>
a { background-color: #60C370; }
a { background-color: rgb(96,195,112); }
div.DivClassName
{
background-color: #60C370;
}
.BgClassName
{
background-color: #60C370;
}
</style>
border-color css
<style>
span { border-color: #60C370; }
span { border-color: rgb(96,195,112); }
td.TdClassName
{
border-color: #60C370;
}
.TagClassName
{
border-color: #60C370;
}
</style>