Shades of Fern #60BA5D
Tints of Fern #60BA5D
RGB
CMYK
RGB Variations
Color information
#60BA5D (or 0x60BA5D) is known color: Fern. HEX triplet: 60, BA and 5D. RGB value is (96,186,93). Sum of RGB (Red+Green+Blue) = 96+186+93=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA5D is #9F45A2. Grayscale: #949494. Windows color (decimal): -10438051 or 6142560. OLE color: 6142560.
HSL color Cylindrical-coordinate representation of color #60BA5D: hue angle of 118.06º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BA5D is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 93 | - |
| CMYK | 0.48 | 0 | 0.5 | 0.27 |
| HSL | 118.06º | 0.4% | 0.55% | - |
| HSV(B) | 118.06º | 0.5% | 0.73% | - |
| XYZ | 24.36 | 38.39 | 16.48 | - |
| YUV | 148.49 | 96.68 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 93 | 0.48 | 0 | 0.5 | 0.27 | 118.06 | 0.4 | 0.55 |
| Hex | 60 | BA | 5D | 30 | 0 | 32 | 1B | 76 | 28 | 37 |
| Octal | 140 | 272 | 135 | 60 | 0 | 62 | 33 | 166 | 50 | 67 |
| Binary | 1100000 | 10111010 | 1011101 | 110000 | 0 | 110010 | 11011 | 1110110 | 101000 | 110111 |
Color Harmonies of #60BA5D
Complementary color
Monochromatic Colors of #60BA5D
Black with #60BA5D
Text Example
Text Example
White with #60BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA5D; }
p { color: rgb(96,186,93); }
H1.HeaderClassName
{
color: #60BA5D;
}
.AnyTagClassName
{
color: #60BA5D;
}
</style>
background-color css
<style>
a { background-color: #60BA5D; }
a { background-color: rgb(96,186,93); }
div.DivClassName
{
background-color: #60BA5D;
}
.BgClassName
{
background-color: #60BA5D;
}
</style>
border-color css
<style>
span { border-color: #60BA5D; }
span { border-color: rgb(96,186,93); }
td.TdClassName
{
border-color: #60BA5D;
}
.TagClassName
{
border-color: #60BA5D;
}
</style>