Shades of Fern #60B963
Tints of Fern #60B963
RGB
CMYK
RGB Variations
Color information
#60B963 (or 0x60B963) is known color: Fern. HEX triplet: 60, B9 and 63. RGB value is (96,185,99). Sum of RGB (Red+Green+Blue) = 96+185+99=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #60B963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B963 is #9F469C. Grayscale: #949494. Windows color (decimal): -10438301 or 6535520. OLE color: 6535520.
HSL color Cylindrical-coordinate representation of color #60B963: hue angle of 122.02º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B963 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 99 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.27 |
| HSL | 122.02º | 0.39% | 0.55% | - |
| HSV(B) | 122.02º | 0.48% | 0.73% | - |
| XYZ | 24.42 | 38.09 | 17.87 | - |
| YUV | 148.59 | 100.01 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 99 | 0.48 | 0 | 0.46 | 0.27 | 122.02 | 0.39 | 0.55 |
| Hex | 60 | B9 | 63 | 30 | 0 | 2E | 1B | 7A | 27 | 37 |
| Octal | 140 | 271 | 143 | 60 | 0 | 56 | 33 | 172 | 47 | 67 |
| Binary | 1100000 | 10111001 | 1100011 | 110000 | 0 | 101110 | 11011 | 1111010 | 100111 | 110111 |
Color Harmonies of #60B963
Complementary color
Monochromatic Colors of #60B963
Black with #60B963
Text Example
Text Example
White with #60B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B963; }
p { color: rgb(96,185,99); }
H1.HeaderClassName
{
color: #60B963;
}
.AnyTagClassName
{
color: #60B963;
}
</style>
background-color css
<style>
a { background-color: #60B963; }
a { background-color: rgb(96,185,99); }
div.DivClassName
{
background-color: #60B963;
}
.BgClassName
{
background-color: #60B963;
}
</style>
border-color css
<style>
span { border-color: #60B963; }
span { border-color: rgb(96,185,99); }
td.TdClassName
{
border-color: #60B963;
}
.TagClassName
{
border-color: #60B963;
}
</style>