Shades of Fern #60C966
Tints of Fern #60C966
RGB
CMYK
RGB Variations
Color information
#60C966 (or 0x60C966) is known color: Fern. HEX triplet: 60, C9 and 66. RGB value is (96,201,102). Sum of RGB (Red+Green+Blue) = 96+201+102=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #60C966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C966 is #9F3699. Grayscale: #9E9E9E. Windows color (decimal): -10434202 or 6736224. OLE color: 6736224.
HSL color Cylindrical-coordinate representation of color #60C966: hue angle of 123.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C966 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 102 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.21 |
| HSL | 123.43º | 0.49% | 0.58% | - |
| HSV(B) | 123.43º | 0.52% | 0.79% | - |
| XYZ | 28.11 | 45.22 | 19.82 | - |
| YUV | 158.32 | 96.21 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 102 | 0.52 | 0 | 0.49 | 0.21 | 123.43 | 0.49 | 0.58 |
| Hex | 60 | C9 | 66 | 34 | 0 | 31 | 15 | 7B | 31 | 3A |
| Octal | 140 | 311 | 146 | 64 | 0 | 61 | 25 | 173 | 61 | 72 |
| Binary | 1100000 | 11001001 | 1100110 | 110100 | 0 | 110001 | 10101 | 1111011 | 110001 | 111010 |
Color Harmonies of #60C966
Complementary color
Monochromatic Colors of #60C966
Black with #60C966
Text Example
Text Example
White with #60C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C966; }
p { color: rgb(96,201,102); }
H1.HeaderClassName
{
color: #60C966;
}
.AnyTagClassName
{
color: #60C966;
}
</style>
background-color css
<style>
a { background-color: #60C966; }
a { background-color: rgb(96,201,102); }
div.DivClassName
{
background-color: #60C966;
}
.BgClassName
{
background-color: #60C966;
}
</style>
border-color css
<style>
span { border-color: #60C966; }
span { border-color: rgb(96,201,102); }
td.TdClassName
{
border-color: #60C966;
}
.TagClassName
{
border-color: #60C966;
}
</style>