Shades of Fern #60C565
Tints of Fern #60C565
RGB
CMYK
RGB Variations
Color information
#60C565 (or 0x60C565) is known color: Fern. HEX triplet: 60, C5 and 65. RGB value is (96,197,101). Sum of RGB (Red+Green+Blue) = 96+197+101=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #60C565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C565 is #9F3A9A. Grayscale: #9C9C9C. Windows color (decimal): -10435227 or 6669664. OLE color: 6669664.
HSL color Cylindrical-coordinate representation of color #60C565: hue angle of 122.97º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C565 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 197 | 101 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.23 |
| HSL | 122.97º | 0.47% | 0.57% | - |
| HSV(B) | 122.97º | 0.51% | 0.77% | - |
| XYZ | 27.14 | 43.36 | 19.25 | - |
| YUV | 155.86 | 97.04 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 197 | 101 | 0.51 | 0 | 0.49 | 0.23 | 122.97 | 0.47 | 0.57 |
| Hex | 60 | C5 | 65 | 33 | 0 | 31 | 17 | 7B | 2F | 39 |
| Octal | 140 | 305 | 145 | 63 | 0 | 61 | 27 | 173 | 57 | 71 |
| Binary | 1100000 | 11000101 | 1100101 | 110011 | 0 | 110001 | 10111 | 1111011 | 101111 | 111001 |
Color Harmonies of #60C565
Complementary color
Monochromatic Colors of #60C565
Black with #60C565
Text Example
Text Example
White with #60C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C565; }
p { color: rgb(96,197,101); }
H1.HeaderClassName
{
color: #60C565;
}
.AnyTagClassName
{
color: #60C565;
}
</style>
background-color css
<style>
a { background-color: #60C565; }
a { background-color: rgb(96,197,101); }
div.DivClassName
{
background-color: #60C565;
}
.BgClassName
{
background-color: #60C565;
}
</style>
border-color css
<style>
span { border-color: #60C565; }
span { border-color: rgb(96,197,101); }
td.TdClassName
{
border-color: #60C565;
}
.TagClassName
{
border-color: #60C565;
}
</style>