Shades of Fern #60BA63
Tints of Fern #60BA63
RGB
CMYK
RGB Variations
Color information
#60BA63 (or 0x60BA63) is known color: Fern. HEX triplet: 60, BA and 63. RGB value is (96,186,99). Sum of RGB (Red+Green+Blue) = 96+186+99=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA63 is #9F459C. Grayscale: #959595. Windows color (decimal): -10438045 or 6535776. OLE color: 6535776.
HSL color Cylindrical-coordinate representation of color #60BA63: hue angle of 122º 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 #60BA63 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 99 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.27 |
| HSL | 122º | 0.39% | 0.55% | - |
| HSV(B) | 122º | 0.48% | 0.73% | - |
| XYZ | 24.63 | 38.51 | 17.94 | - |
| YUV | 149.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 99 | 0.48 | 0 | 0.47 | 0.27 | 122 | 0.39 | 0.55 |
| Hex | 60 | BA | 63 | 30 | 0 | 2F | 1B | 7A | 27 | 37 |
| Octal | 140 | 272 | 143 | 60 | 0 | 57 | 33 | 172 | 47 | 67 |
| Binary | 1100000 | 10111010 | 1100011 | 110000 | 0 | 101111 | 11011 | 1111010 | 100111 | 110111 |
Color Harmonies of #60BA63
Complementary color
Monochromatic Colors of #60BA63
Black with #60BA63
Text Example
Text Example
White with #60BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA63; }
p { color: rgb(96,186,99); }
H1.HeaderClassName
{
color: #60BA63;
}
.AnyTagClassName
{
color: #60BA63;
}
</style>
background-color css
<style>
a { background-color: #60BA63; }
a { background-color: rgb(96,186,99); }
div.DivClassName
{
background-color: #60BA63;
}
.BgClassName
{
background-color: #60BA63;
}
</style>
border-color css
<style>
span { border-color: #60BA63; }
span { border-color: rgb(96,186,99); }
td.TdClassName
{
border-color: #60BA63;
}
.TagClassName
{
border-color: #60BA63;
}
</style>