Shades of Fern #60C35E
Tints of Fern #60C35E
RGB
CMYK
RGB Variations
Color information
#60C35E (or 0x60C35E) is known color: Fern. HEX triplet: 60, C3 and 5E. RGB value is (96,195,94). Sum of RGB (Red+Green+Blue) = 96+195+94=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #60C35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C35E is #9F3CA1. Grayscale: #9A9A9A. Windows color (decimal): -10435746 or 6210400. OLE color: 6210400.
HSL color Cylindrical-coordinate representation of color #60C35E: hue angle of 118.81º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C35E is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 94 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.24 |
| HSL | 118.81º | 0.46% | 0.57% | - |
| HSV(B) | 118.81º | 0.52% | 0.76% | - |
| XYZ | 26.36 | 42.33 | 17.37 | - |
| YUV | 153.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 94 | 0.51 | 0 | 0.52 | 0.24 | 118.81 | 0.46 | 0.57 |
| Hex | 60 | C3 | 5E | 33 | 0 | 34 | 18 | 77 | 2E | 39 |
| Octal | 140 | 303 | 136 | 63 | 0 | 64 | 30 | 167 | 56 | 71 |
| Binary | 1100000 | 11000011 | 1011110 | 110011 | 0 | 110100 | 11000 | 1110111 | 101110 | 111001 |
Color Harmonies of #60C35E
Complementary color
Monochromatic Colors of #60C35E
Black with #60C35E
Text Example
Text Example
White with #60C35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C35E; }
p { color: rgb(96,195,94); }
H1.HeaderClassName
{
color: #60C35E;
}
.AnyTagClassName
{
color: #60C35E;
}
</style>
background-color css
<style>
a { background-color: #60C35E; }
a { background-color: rgb(96,195,94); }
div.DivClassName
{
background-color: #60C35E;
}
.BgClassName
{
background-color: #60C35E;
}
</style>
border-color css
<style>
span { border-color: #60C35E; }
span { border-color: rgb(96,195,94); }
td.TdClassName
{
border-color: #60C35E;
}
.TagClassName
{
border-color: #60C35E;
}
</style>