Shades of Fern #60CE70
Tints of Fern #60CE70
RGB
CMYK
RGB Variations
Color information
#60CE70 (or 0x60CE70) is known color: Fern. HEX triplet: 60, CE and 70. RGB value is (96,206,112). Sum of RGB (Red+Green+Blue) = 96+206+112=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #60CE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CE70 is #9F318F. Grayscale: #A2A2A2. Windows color (decimal): -10432912 or 7392864. OLE color: 7392864.
HSL color Cylindrical-coordinate representation of color #60CE70: hue angle of 128.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CE70 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 112 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.19 |
| HSL | 128.73º | 0.53% | 0.59% | - |
| HSV(B) | 128.73º | 0.53% | 0.81% | - |
| XYZ | 29.82 | 47.8 | 22.98 | - |
| YUV | 162.39 | 99.56 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 112 | 0.53 | 0 | 0.46 | 0.19 | 128.73 | 0.53 | 0.59 |
| Hex | 60 | CE | 70 | 35 | 0 | 2E | 13 | 81 | 35 | 3B |
| Octal | 140 | 316 | 160 | 65 | 0 | 56 | 23 | 201 | 65 | 73 |
| Binary | 1100000 | 11001110 | 1110000 | 110101 | 0 | 101110 | 10011 | 10000001 | 110101 | 111011 |
Color Harmonies of #60CE70
Complementary color
Monochromatic Colors of #60CE70
Black with #60CE70
Text Example
Text Example
White with #60CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CE70; }
p { color: rgb(96,206,112); }
H1.HeaderClassName
{
color: #60CE70;
}
.AnyTagClassName
{
color: #60CE70;
}
</style>
background-color css
<style>
a { background-color: #60CE70; }
a { background-color: rgb(96,206,112); }
div.DivClassName
{
background-color: #60CE70;
}
.BgClassName
{
background-color: #60CE70;
}
</style>
border-color css
<style>
span { border-color: #60CE70; }
span { border-color: rgb(96,206,112); }
td.TdClassName
{
border-color: #60CE70;
}
.TagClassName
{
border-color: #60CE70;
}
</style>