Shades of Fern #60C65D
Tints of Fern #60C65D
RGB
CMYK
RGB Variations
Color information
#60C65D (or 0x60C65D) is known color: Fern. HEX triplet: 60, C6 and 5D. RGB value is (96,198,93). Sum of RGB (Red+Green+Blue) = 96+198+93=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #60C65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C65D is #9F39A2. Grayscale: #9B9B9B. Windows color (decimal): -10434979 or 6145632. OLE color: 6145632.
HSL color Cylindrical-coordinate representation of color #60C65D: hue angle of 118.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60C65D is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 198 | 93 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.22 |
| HSL | 118.29º | 0.48% | 0.57% | - |
| HSV(B) | 118.29º | 0.53% | 0.78% | - |
| XYZ | 26.99 | 43.67 | 17.36 | - |
| YUV | 155.53 | 92.71 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 198 | 93 | 0.52 | 0 | 0.53 | 0.22 | 118.29 | 0.48 | 0.57 |
| Hex | 60 | C6 | 5D | 34 | 0 | 35 | 16 | 76 | 30 | 39 |
| Octal | 140 | 306 | 135 | 64 | 0 | 65 | 26 | 166 | 60 | 71 |
| Binary | 1100000 | 11000110 | 1011101 | 110100 | 0 | 110101 | 10110 | 1110110 | 110000 | 111001 |
Color Harmonies of #60C65D
Complementary color
Monochromatic Colors of #60C65D
Black with #60C65D
Text Example
Text Example
White with #60C65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C65D; }
p { color: rgb(96,198,93); }
H1.HeaderClassName
{
color: #60C65D;
}
.AnyTagClassName
{
color: #60C65D;
}
</style>
background-color css
<style>
a { background-color: #60C65D; }
a { background-color: rgb(96,198,93); }
div.DivClassName
{
background-color: #60C65D;
}
.BgClassName
{
background-color: #60C65D;
}
</style>
border-color css
<style>
span { border-color: #60C65D; }
span { border-color: rgb(96,198,93); }
td.TdClassName
{
border-color: #60C65D;
}
.TagClassName
{
border-color: #60C65D;
}
</style>