Shades of Fern #60B95D
Tints of Fern #60B95D
RGB
CMYK
RGB Variations
Color information
#60B95D (or 0x60B95D) is known color: Fern. HEX triplet: 60, B9 and 5D. RGB value is (96,185,93). Sum of RGB (Red+Green+Blue) = 96+185+93=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #60B95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B95D is #9F46A2. Grayscale: #949494. Windows color (decimal): -10438307 or 6142304. OLE color: 6142304.
HSL color Cylindrical-coordinate representation of color #60B95D: hue angle of 118.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60B95D is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 93 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.27 |
| HSL | 118.04º | 0.4% | 0.55% | - |
| HSV(B) | 118.04º | 0.5% | 0.73% | - |
| XYZ | 24.15 | 37.98 | 16.41 | - |
| YUV | 147.9 | 97.01 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 93 | 0.48 | 0 | 0.50 | 0.27 | 118.04 | 0.4 | 0.55 |
| Hex | 60 | B9 | 5D | 30 | 0 | 32 | 1B | 76 | 28 | 37 |
| Octal | 140 | 271 | 135 | 60 | 0 | 62 | 33 | 166 | 50 | 67 |
| Binary | 1100000 | 10111001 | 1011101 | 110000 | 0 | 110010 | 11011 | 1110110 | 101000 | 110111 |
Color Harmonies of #60B95D
Complementary color
Monochromatic Colors of #60B95D
Black with #60B95D
Text Example
Text Example
White with #60B95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B95D; }
p { color: rgb(96,185,93); }
H1.HeaderClassName
{
color: #60B95D;
}
.AnyTagClassName
{
color: #60B95D;
}
</style>
background-color css
<style>
a { background-color: #60B95D; }
a { background-color: rgb(96,185,93); }
div.DivClassName
{
background-color: #60B95D;
}
.BgClassName
{
background-color: #60B95D;
}
</style>
border-color css
<style>
span { border-color: #60B95D; }
span { border-color: rgb(96,185,93); }
td.TdClassName
{
border-color: #60B95D;
}
.TagClassName
{
border-color: #60B95D;
}
</style>