Shades of Fern #60C75D
Tints of Fern #60C75D
RGB
CMYK
RGB Variations
Color information
#60C75D (or 0x60C75D) is known color: Fern. HEX triplet: 60, C7 and 5D. RGB value is (96,199,93). Sum of RGB (Red+Green+Blue) = 96+199+93=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #60C75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C75D is #9F38A2. Grayscale: #9C9C9C. Windows color (decimal): -10434723 or 6145888. OLE color: 6145888.
HSL color Cylindrical-coordinate representation of color #60C75D: hue angle of 118.3º degrees, saturation: 0.49, 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 #60C75D is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 199 | 93 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.22 |
| HSL | 118.3º | 0.49% | 0.57% | - |
| HSV(B) | 118.3º | 0.53% | 0.78% | - |
| XYZ | 27.22 | 44.12 | 17.44 | - |
| YUV | 156.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 93 | 0.52 | 0 | 0.53 | 0.22 | 118.3 | 0.49 | 0.57 |
| Hex | 60 | C7 | 5D | 34 | 0 | 35 | 16 | 76 | 31 | 39 |
| Octal | 140 | 307 | 135 | 64 | 0 | 65 | 26 | 166 | 61 | 71 |
| Binary | 1100000 | 11000111 | 1011101 | 110100 | 0 | 110101 | 10110 | 1110110 | 110001 | 111001 |
Color Harmonies of #60C75D
Complementary color
Monochromatic Colors of #60C75D
Black with #60C75D
Text Example
Text Example
White with #60C75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C75D; }
p { color: rgb(96,199,93); }
H1.HeaderClassName
{
color: #60C75D;
}
.AnyTagClassName
{
color: #60C75D;
}
</style>
background-color css
<style>
a { background-color: #60C75D; }
a { background-color: rgb(96,199,93); }
div.DivClassName
{
background-color: #60C75D;
}
.BgClassName
{
background-color: #60C75D;
}
</style>
border-color css
<style>
span { border-color: #60C75D; }
span { border-color: rgb(96,199,93); }
td.TdClassName
{
border-color: #60C75D;
}
.TagClassName
{
border-color: #60C75D;
}
</style>