Shades of Fern #60CE60
Tints of Fern #60CE60
RGB
CMYK
RGB Variations
Color information
#60CE60 (or 0x60CE60) is known color: Fern. HEX triplet: 60, CE and 60. RGB value is (96,206,96). Sum of RGB (Red+Green+Blue) = 96+206+96=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #60CE60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CE60 is #9F319F. Grayscale: #A0A0A0. Windows color (decimal): -10432928 or 6344288. OLE color: 6344288.
HSL color Cylindrical-coordinate representation of color #60CE60: hue angle of 120º 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 #60CE60 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 96 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.19 |
| HSL | 120º | 0.53% | 0.59% | - |
| HSV(B) | 120º | 0.53% | 0.81% | - |
| XYZ | 29.01 | 47.47 | 18.7 | - |
| YUV | 160.57 | 91.56 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 96 | 0.53 | 0 | 0.53 | 0.19 | 120 | 0.53 | 0.59 |
| Hex | 60 | CE | 60 | 35 | 0 | 35 | 13 | 78 | 35 | 3B |
| Octal | 140 | 316 | 140 | 65 | 0 | 65 | 23 | 170 | 65 | 73 |
| Binary | 1100000 | 11001110 | 1100000 | 110101 | 0 | 110101 | 10011 | 1111000 | 110101 | 111011 |
Color Harmonies of #60CE60
Complementary color
Monochromatic Colors of #60CE60
Black with #60CE60
Text Example
Text Example
White with #60CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CE60; }
p { color: rgb(96,206,96); }
H1.HeaderClassName
{
color: #60CE60;
}
.AnyTagClassName
{
color: #60CE60;
}
</style>
background-color css
<style>
a { background-color: #60CE60; }
a { background-color: rgb(96,206,96); }
div.DivClassName
{
background-color: #60CE60;
}
.BgClassName
{
background-color: #60CE60;
}
</style>
border-color css
<style>
span { border-color: #60CE60; }
span { border-color: rgb(96,206,96); }
td.TdClassName
{
border-color: #60CE60;
}
.TagClassName
{
border-color: #60CE60;
}
</style>