Shades of Fern #60CB70
Tints of Fern #60CB70
RGB
CMYK
RGB Variations
Color information
#60CB70 (or 0x60CB70) is known color: Fern. HEX triplet: 60, CB and 70. RGB value is (96,203,112). Sum of RGB (Red+Green+Blue) = 96+203+112=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CB70 is #9F348F. Grayscale: #A0A0A0. Windows color (decimal): -10433680 or 7392096. OLE color: 7392096.
HSL color Cylindrical-coordinate representation of color #60CB70: hue angle of 128.97º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CB70 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 112 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.20 |
| HSL | 128.97º | 0.51% | 0.59% | - |
| HSV(B) | 128.97º | 0.53% | 0.8% | - |
| XYZ | 29.1 | 46.37 | 22.75 | - |
| YUV | 160.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 112 | 0.53 | 0 | 0.45 | 0.20 | 128.97 | 0.51 | 0.59 |
| Hex | 60 | CB | 70 | 35 | 0 | 2D | 14 | 81 | 33 | 3B |
| Octal | 140 | 313 | 160 | 65 | 0 | 55 | 24 | 201 | 63 | 73 |
| Binary | 1100000 | 11001011 | 1110000 | 110101 | 0 | 101101 | 10100 | 10000001 | 110011 | 111011 |
Color Harmonies of #60CB70
Complementary color
Monochromatic Colors of #60CB70
Black with #60CB70
Text Example
Text Example
White with #60CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB70; }
p { color: rgb(96,203,112); }
H1.HeaderClassName
{
color: #60CB70;
}
.AnyTagClassName
{
color: #60CB70;
}
</style>
background-color css
<style>
a { background-color: #60CB70; }
a { background-color: rgb(96,203,112); }
div.DivClassName
{
background-color: #60CB70;
}
.BgClassName
{
background-color: #60CB70;
}
</style>
border-color css
<style>
span { border-color: #60CB70; }
span { border-color: rgb(96,203,112); }
td.TdClassName
{
border-color: #60CB70;
}
.TagClassName
{
border-color: #60CB70;
}
</style>