Shades of Fern #60BF60
Tints of Fern #60BF60
RGB
CMYK
RGB Variations
Color information
#60BF60 (or 0x60BF60) is known color: Fern. HEX triplet: 60, BF and 60. RGB value is (96,191,96). Sum of RGB (Red+Green+Blue) = 96+191+96=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF60 is #9F409F. Grayscale: #989898. Windows color (decimal): -10436768 or 6340448. OLE color: 6340448.
HSL color Cylindrical-coordinate representation of color #60BF60: hue angle of 120º 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 #60BF60 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 96 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.25 |
| HSL | 120º | 0.43% | 0.56% | - |
| HSV(B) | 120º | 0.5% | 0.75% | - |
| XYZ | 25.57 | 40.59 | 17.55 | - |
| YUV | 151.77 | 96.53 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 96 | 0.50 | 0 | 0.50 | 0.25 | 120 | 0.43 | 0.56 |
| Hex | 60 | BF | 60 | 32 | 0 | 32 | 19 | 78 | 2B | 38 |
| Octal | 140 | 277 | 140 | 62 | 0 | 62 | 31 | 170 | 53 | 70 |
| Binary | 1100000 | 10111111 | 1100000 | 110010 | 0 | 110010 | 11001 | 1111000 | 101011 | 111000 |
Color Harmonies of #60BF60
Complementary color
Monochromatic Colors of #60BF60
Black with #60BF60
Text Example
Text Example
White with #60BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF60; }
p { color: rgb(96,191,96); }
H1.HeaderClassName
{
color: #60BF60;
}
.AnyTagClassName
{
color: #60BF60;
}
</style>
background-color css
<style>
a { background-color: #60BF60; }
a { background-color: rgb(96,191,96); }
div.DivClassName
{
background-color: #60BF60;
}
.BgClassName
{
background-color: #60BF60;
}
</style>
border-color css
<style>
span { border-color: #60BF60; }
span { border-color: rgb(96,191,96); }
td.TdClassName
{
border-color: #60BF60;
}
.TagClassName
{
border-color: #60BF60;
}
</style>