Shades of Fern #60C96C
Tints of Fern #60C96C
RGB
CMYK
RGB Variations
Color information
#60C96C (or 0x60C96C) is known color: Fern. HEX triplet: 60, C9 and 6C. RGB value is (96,201,108). Sum of RGB (Red+Green+Blue) = 96+201+108=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #60C96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C96C is #9F3693. Grayscale: #9F9F9F. Windows color (decimal): -10434196 or 7129440. OLE color: 7129440.
HSL color Cylindrical-coordinate representation of color #60C96C: hue angle of 126.86º 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 #60C96C is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 108 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.21 |
| HSL | 126.86º | 0.49% | 0.58% | - |
| HSV(B) | 126.86º | 0.52% | 0.79% | - |
| XYZ | 28.42 | 45.34 | 21.44 | - |
| YUV | 159 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 108 | 0.52 | 0 | 0.46 | 0.21 | 126.86 | 0.49 | 0.58 |
| Hex | 60 | C9 | 6C | 34 | 0 | 2E | 15 | 7F | 31 | 3A |
| Octal | 140 | 311 | 154 | 64 | 0 | 56 | 25 | 177 | 61 | 72 |
| Binary | 1100000 | 11001001 | 1101100 | 110100 | 0 | 101110 | 10101 | 1111111 | 110001 | 111010 |
Color Harmonies of #60C96C
Complementary color
Monochromatic Colors of #60C96C
Black with #60C96C
Text Example
Text Example
White with #60C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C96C; }
p { color: rgb(96,201,108); }
H1.HeaderClassName
{
color: #60C96C;
}
.AnyTagClassName
{
color: #60C96C;
}
</style>
background-color css
<style>
a { background-color: #60C96C; }
a { background-color: rgb(96,201,108); }
div.DivClassName
{
background-color: #60C96C;
}
.BgClassName
{
background-color: #60C96C;
}
</style>
border-color css
<style>
span { border-color: #60C96C; }
span { border-color: rgb(96,201,108); }
td.TdClassName
{
border-color: #60C96C;
}
.TagClassName
{
border-color: #60C96C;
}
</style>