Shades of Fern #60BA59
Tints of Fern #60BA59
RGB
CMYK
RGB Variations
Color information
#60BA59 (or 0x60BA59) is known color: Fern. HEX triplet: 60, BA and 59. RGB value is (96,186,89). Sum of RGB (Red+Green+Blue) = 96+186+89=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA59 is #9F45A6. Grayscale: #949494. Windows color (decimal): -10438055 or 5880416. OLE color: 5880416.
HSL color Cylindrical-coordinate representation of color #60BA59: hue angle of 115.67º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60BA59 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 89 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.27 |
| HSL | 115.67º | 0.41% | 0.54% | - |
| HSV(B) | 115.67º | 0.52% | 0.73% | - |
| XYZ | 24.19 | 38.33 | 15.57 | - |
| YUV | 148.03 | 94.68 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 89 | 0.48 | 0 | 0.52 | 0.27 | 115.67 | 0.41 | 0.54 |
| Hex | 60 | BA | 59 | 30 | 0 | 34 | 1B | 74 | 29 | 36 |
| Octal | 140 | 272 | 131 | 60 | 0 | 64 | 33 | 164 | 51 | 66 |
| Binary | 1100000 | 10111010 | 1011001 | 110000 | 0 | 110100 | 11011 | 1110100 | 101001 | 110110 |
Color Harmonies of #60BA59
Complementary color
Monochromatic Colors of #60BA59
Black with #60BA59
Text Example
Text Example
White with #60BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA59; }
p { color: rgb(96,186,89); }
H1.HeaderClassName
{
color: #60BA59;
}
.AnyTagClassName
{
color: #60BA59;
}
</style>
background-color css
<style>
a { background-color: #60BA59; }
a { background-color: rgb(96,186,89); }
div.DivClassName
{
background-color: #60BA59;
}
.BgClassName
{
background-color: #60BA59;
}
</style>
border-color css
<style>
span { border-color: #60BA59; }
span { border-color: rgb(96,186,89); }
td.TdClassName
{
border-color: #60BA59;
}
.TagClassName
{
border-color: #60BA59;
}
</style>