Shades of Fern #60BC5E
Tints of Fern #60BC5E
RGB
CMYK
RGB Variations
Color information
#60BC5E (or 0x60BC5E) is known color: Fern. HEX triplet: 60, BC and 5E. RGB value is (96,188,94). Sum of RGB (Red+Green+Blue) = 96+188+94=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC5E is #9F43A1. Grayscale: #969696. Windows color (decimal): -10437538 or 6208608. OLE color: 6208608.
HSL color Cylindrical-coordinate representation of color #60BC5E: hue angle of 118.72º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BC5E is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 96 | 188 | 94 | - |
CMYK | 0.49 | 0 | 0.50 | 0.26 |
HSL | 118.72º | 0.41% | 0.55% | - |
HSV(B) | 118.72º | 0.5% | 0.74% | - |
XYZ | 24.83 | 39.26 | 16.86 | - |
YUV | 149.78 | 96.52 | 89.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 188 | 94 | 0.49 | 0 | 0.50 | 0.26 | 118.72 | 0.41 | 0.55 |
Hex | 60 | BC | 5E | 31 | 0 | 32 | 1A | 77 | 29 | 37 |
Octal | 140 | 274 | 136 | 61 | 0 | 62 | 32 | 167 | 51 | 67 |
Binary | 1100000 | 10111100 | 1011110 | 110001 | 0 | 110010 | 11010 | 1110111 | 101001 | 110111 |
Color Harmonies of #60BC5E
Complementary color
Monochromatic Colors of #60BC5E
Black with #60BC5E
Text Example
Text Example
White with #60BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC5E; }
p { color: rgb(96,188,94); }
H1.HeaderClassName
{
color: #60BC5E;
}
.AnyTagClassName
{
color: #60BC5E;
}
</style>
background-color css
<style>
a { background-color: #60BC5E; }
a { background-color: rgb(96,188,94); }
div.DivClassName
{
background-color: #60BC5E;
}
.BgClassName
{
background-color: #60BC5E;
}
</style>
border-color css
<style>
span { border-color: #60BC5E; }
span { border-color: rgb(96,188,94); }
td.TdClassName
{
border-color: #60BC5E;
}
.TagClassName
{
border-color: #60BC5E;
}
</style>