Shades of Fern #60CF5E
Tints of Fern #60CF5E
RGB
CMYK
RGB Variations
Color information
#60CF5E (or 0x60CF5E) is known color: Fern. HEX triplet: 60, CF and 5E. RGB value is (96,207,94). Sum of RGB (Red+Green+Blue) = 96+207+94=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #60CF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CF5E is #9F30A1. Grayscale: #A1A1A1. Windows color (decimal): -10432674 or 6213472. OLE color: 6213472.
HSL color Cylindrical-coordinate representation of color #60CF5E: hue angle of 118.94º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60CF5E is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 94 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.19 |
| HSL | 118.94º | 0.54% | 0.59% | - |
| HSV(B) | 118.94º | 0.55% | 0.81% | - |
| XYZ | 29.16 | 47.92 | 18.3 | - |
| YUV | 160.93 | 90.23 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 94 | 0.54 | 0 | 0.55 | 0.19 | 118.94 | 0.54 | 0.59 |
| Hex | 60 | CF | 5E | 36 | 0 | 37 | 13 | 77 | 36 | 3B |
| Octal | 140 | 317 | 136 | 66 | 0 | 67 | 23 | 167 | 66 | 73 |
| Binary | 1100000 | 11001111 | 1011110 | 110110 | 0 | 110111 | 10011 | 1110111 | 110110 | 111011 |
Color Harmonies of #60CF5E
Complementary color
Monochromatic Colors of #60CF5E
Black with #60CF5E
Text Example
Text Example
White with #60CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CF5E; }
p { color: rgb(96,207,94); }
H1.HeaderClassName
{
color: #60CF5E;
}
.AnyTagClassName
{
color: #60CF5E;
}
</style>
background-color css
<style>
a { background-color: #60CF5E; }
a { background-color: rgb(96,207,94); }
div.DivClassName
{
background-color: #60CF5E;
}
.BgClassName
{
background-color: #60CF5E;
}
</style>
border-color css
<style>
span { border-color: #60CF5E; }
span { border-color: rgb(96,207,94); }
td.TdClassName
{
border-color: #60CF5E;
}
.TagClassName
{
border-color: #60CF5E;
}
</style>