Shades of Fern #60C165
Tints of Fern #60C165
RGB
CMYK
RGB Variations
Color information
#60C165 (or 0x60C165) is known color: Fern. HEX triplet: 60, C1 and 65. RGB value is (96,193,101). Sum of RGB (Red+Green+Blue) = 96+193+101=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #60C165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C165 is #9F3E9A. Grayscale: #999999. Windows color (decimal): -10436251 or 6668640. OLE color: 6668640.
HSL color Cylindrical-coordinate representation of color #60C165: hue angle of 123.09º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C165 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 101 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.24 |
| HSL | 123.09º | 0.44% | 0.57% | - |
| HSV(B) | 123.09º | 0.5% | 0.76% | - |
| XYZ | 26.24 | 41.57 | 18.95 | - |
| YUV | 153.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 101 | 0.50 | 0 | 0.48 | 0.24 | 123.09 | 0.44 | 0.57 |
| Hex | 60 | C1 | 65 | 32 | 0 | 30 | 18 | 7B | 2C | 39 |
| Octal | 140 | 301 | 145 | 62 | 0 | 60 | 30 | 173 | 54 | 71 |
| Binary | 1100000 | 11000001 | 1100101 | 110010 | 0 | 110000 | 11000 | 1111011 | 101100 | 111001 |
Color Harmonies of #60C165
Complementary color
Monochromatic Colors of #60C165
Black with #60C165
Text Example
Text Example
White with #60C165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C165; }
p { color: rgb(96,193,101); }
H1.HeaderClassName
{
color: #60C165;
}
.AnyTagClassName
{
color: #60C165;
}
</style>
background-color css
<style>
a { background-color: #60C165; }
a { background-color: rgb(96,193,101); }
div.DivClassName
{
background-color: #60C165;
}
.BgClassName
{
background-color: #60C165;
}
</style>
border-color css
<style>
span { border-color: #60C165; }
span { border-color: rgb(96,193,101); }
td.TdClassName
{
border-color: #60C165;
}
.TagClassName
{
border-color: #60C165;
}
</style>