Shades of Fern #60C366
Tints of Fern #60C366
RGB
CMYK
RGB Variations
Color information
#60C366 (or 0x60C366) is known color: Fern. HEX triplet: 60, C3 and 66. RGB value is (96,195,102). Sum of RGB (Red+Green+Blue) = 96+195+102=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #60C366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C366 is #9F3C99. Grayscale: #9B9B9B. Windows color (decimal): -10435738 or 6734688. OLE color: 6734688.
HSL color Cylindrical-coordinate representation of color #60C366: hue angle of 123.64º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C366 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 102 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.24 |
| HSL | 123.64º | 0.45% | 0.57% | - |
| HSV(B) | 123.64º | 0.51% | 0.76% | - |
| XYZ | 26.74 | 42.48 | 19.36 | - |
| YUV | 154.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 102 | 0.51 | 0 | 0.48 | 0.24 | 123.64 | 0.45 | 0.57 |
| Hex | 60 | C3 | 66 | 33 | 0 | 30 | 18 | 7C | 2D | 39 |
| Octal | 140 | 303 | 146 | 63 | 0 | 60 | 30 | 174 | 55 | 71 |
| Binary | 1100000 | 11000011 | 1100110 | 110011 | 0 | 110000 | 11000 | 1111100 | 101101 | 111001 |
Color Harmonies of #60C366
Complementary color
Monochromatic Colors of #60C366
Black with #60C366
Text Example
Text Example
White with #60C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C366; }
p { color: rgb(96,195,102); }
H1.HeaderClassName
{
color: #60C366;
}
.AnyTagClassName
{
color: #60C366;
}
</style>
background-color css
<style>
a { background-color: #60C366; }
a { background-color: rgb(96,195,102); }
div.DivClassName
{
background-color: #60C366;
}
.BgClassName
{
background-color: #60C366;
}
</style>
border-color css
<style>
span { border-color: #60C366; }
span { border-color: rgb(96,195,102); }
td.TdClassName
{
border-color: #60C366;
}
.TagClassName
{
border-color: #60C366;
}
</style>