Shades of Fern #60D25D
Tints of Fern #60D25D
RGB
CMYK
RGB Variations
Color information
#60D25D (or 0x60D25D) is known color: Fern. HEX triplet: 60, D2 and 5D. RGB value is (96,210,93). Sum of RGB (Red+Green+Blue) = 96+210+93=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #60D25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D25D is #9F2DA2. Grayscale: #A2A2A2. Windows color (decimal): -10431907 or 6148704. OLE color: 6148704.
HSL color Cylindrical-coordinate representation of color #60D25D: hue angle of 118.46º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D25D is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 210 | 93 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.18 |
| HSL | 118.46º | 0.57% | 0.59% | - |
| HSV(B) | 118.46º | 0.56% | 0.82% | - |
| XYZ | 29.85 | 49.37 | 18.31 | - |
| YUV | 162.58 | 88.73 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 93 | 0.54 | 0 | 0.56 | 0.18 | 118.46 | 0.57 | 0.59 |
| Hex | 60 | D2 | 5D | 36 | 0 | 38 | 12 | 76 | 39 | 3B |
| Octal | 140 | 322 | 135 | 66 | 0 | 70 | 22 | 166 | 71 | 73 |
| Binary | 1100000 | 11010010 | 1011101 | 110110 | 0 | 111000 | 10010 | 1110110 | 111001 | 111011 |
Color Harmonies of #60D25D
Complementary color
Monochromatic Colors of #60D25D
Black with #60D25D
Text Example
Text Example
White with #60D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D25D; }
p { color: rgb(96,210,93); }
H1.HeaderClassName
{
color: #60D25D;
}
.AnyTagClassName
{
color: #60D25D;
}
</style>
background-color css
<style>
a { background-color: #60D25D; }
a { background-color: rgb(96,210,93); }
div.DivClassName
{
background-color: #60D25D;
}
.BgClassName
{
background-color: #60D25D;
}
</style>
border-color css
<style>
span { border-color: #60D25D; }
span { border-color: rgb(96,210,93); }
td.TdClassName
{
border-color: #60D25D;
}
.TagClassName
{
border-color: #60D25D;
}
</style>