Shades of Fern #60BF65
Tints of Fern #60BF65
RGB
CMYK
RGB Variations
Color information
#60BF65 (or 0x60BF65) is known color: Fern. HEX triplet: 60, BF and 65. RGB value is (96,191,101). Sum of RGB (Red+Green+Blue) = 96+191+101=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF65 is #9F409A. Grayscale: #989898. Windows color (decimal): -10436763 or 6668128. OLE color: 6668128.
HSL color Cylindrical-coordinate representation of color #60BF65: hue angle of 123.16º 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 #60BF65 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 101 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.25 |
| HSL | 123.16º | 0.43% | 0.56% | - |
| HSV(B) | 123.16º | 0.5% | 0.75% | - |
| XYZ | 25.8 | 40.69 | 18.81 | - |
| YUV | 152.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 101 | 0.50 | 0 | 0.47 | 0.25 | 123.16 | 0.43 | 0.56 |
| Hex | 60 | BF | 65 | 32 | 0 | 2F | 19 | 7B | 2B | 38 |
| Octal | 140 | 277 | 145 | 62 | 0 | 57 | 31 | 173 | 53 | 70 |
| Binary | 1100000 | 10111111 | 1100101 | 110010 | 0 | 101111 | 11001 | 1111011 | 101011 | 111000 |
Color Harmonies of #60BF65
Complementary color
Monochromatic Colors of #60BF65
Black with #60BF65
Text Example
Text Example
White with #60BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF65; }
p { color: rgb(96,191,101); }
H1.HeaderClassName
{
color: #60BF65;
}
.AnyTagClassName
{
color: #60BF65;
}
</style>
background-color css
<style>
a { background-color: #60BF65; }
a { background-color: rgb(96,191,101); }
div.DivClassName
{
background-color: #60BF65;
}
.BgClassName
{
background-color: #60BF65;
}
</style>
border-color css
<style>
span { border-color: #60BF65; }
span { border-color: rgb(96,191,101); }
td.TdClassName
{
border-color: #60BF65;
}
.TagClassName
{
border-color: #60BF65;
}
</style>