Shades of Fern #60BF73
Tints of Fern #60BF73
RGB
CMYK
RGB Variations
Color information
#60BF73 (or 0x60BF73) is known color: Fern. HEX triplet: 60, BF and 73. RGB value is (96,191,115). Sum of RGB (Red+Green+Blue) = 96+191+115=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF73 is #9F408C. Grayscale: #9A9A9A. Windows color (decimal): -10436749 or 7585632. OLE color: 7585632.
HSL color Cylindrical-coordinate representation of color #60BF73: hue angle of 132º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BF73 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 115 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.25 |
| HSL | 132º | 0.43% | 0.56% | - |
| HSV(B) | 132º | 0.5% | 0.75% | - |
| XYZ | 26.55 | 40.99 | 22.73 | - |
| YUV | 153.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 115 | 0.50 | 0 | 0.40 | 0.25 | 132 | 0.43 | 0.56 |
| Hex | 60 | BF | 73 | 32 | 0 | 28 | 19 | 84 | 2B | 38 |
| Octal | 140 | 277 | 163 | 62 | 0 | 50 | 31 | 204 | 53 | 70 |
| Binary | 1100000 | 10111111 | 1110011 | 110010 | 0 | 101000 | 11001 | 10000100 | 101011 | 111000 |
Color Harmonies of #60BF73
Complementary color
Monochromatic Colors of #60BF73
Black with #60BF73
Text Example
Text Example
White with #60BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF73; }
p { color: rgb(96,191,115); }
H1.HeaderClassName
{
color: #60BF73;
}
.AnyTagClassName
{
color: #60BF73;
}
</style>
background-color css
<style>
a { background-color: #60BF73; }
a { background-color: rgb(96,191,115); }
div.DivClassName
{
background-color: #60BF73;
}
.BgClassName
{
background-color: #60BF73;
}
</style>
border-color css
<style>
span { border-color: #60BF73; }
span { border-color: rgb(96,191,115); }
td.TdClassName
{
border-color: #60BF73;
}
.TagClassName
{
border-color: #60BF73;
}
</style>