Shades of Fern #60CF59
Tints of Fern #60CF59
RGB
CMYK
RGB Variations
Color information
#60CF59 (or 0x60CF59) is known color: Fern. HEX triplet: 60, CF and 59. RGB value is (96,207,89). Sum of RGB (Red+Green+Blue) = 96+207+89=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #60CF59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CF59 is #9F30A6. Grayscale: #A0A0A0. Windows color (decimal): -10432679 or 5885792. OLE color: 5885792.
HSL color Cylindrical-coordinate representation of color #60CF59: hue angle of 116.44º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60CF59 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 89 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.19 |
| HSL | 116.44º | 0.55% | 0.58% | - |
| HSV(B) | 116.44º | 0.57% | 0.81% | - |
| XYZ | 28.94 | 47.83 | 17.16 | - |
| YUV | 160.36 | 87.73 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 89 | 0.54 | 0 | 0.57 | 0.19 | 116.44 | 0.55 | 0.58 |
| Hex | 60 | CF | 59 | 36 | 0 | 39 | 13 | 74 | 37 | 3A |
| Octal | 140 | 317 | 131 | 66 | 0 | 71 | 23 | 164 | 67 | 72 |
| Binary | 1100000 | 11001111 | 1011001 | 110110 | 0 | 111001 | 10011 | 1110100 | 110111 | 111010 |
Color Harmonies of #60CF59
Complementary color
Monochromatic Colors of #60CF59
Black with #60CF59
Text Example
Text Example
White with #60CF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CF59; }
p { color: rgb(96,207,89); }
H1.HeaderClassName
{
color: #60CF59;
}
.AnyTagClassName
{
color: #60CF59;
}
</style>
background-color css
<style>
a { background-color: #60CF59; }
a { background-color: rgb(96,207,89); }
div.DivClassName
{
background-color: #60CF59;
}
.BgClassName
{
background-color: #60CF59;
}
</style>
border-color css
<style>
span { border-color: #60CF59; }
span { border-color: rgb(96,207,89); }
td.TdClassName
{
border-color: #60CF59;
}
.TagClassName
{
border-color: #60CF59;
}
</style>