Shades of Fern #60D265
Tints of Fern #60D265
RGB
CMYK
RGB Variations
Color information
#60D265 (or 0x60D265) is known color: Fern. HEX triplet: 60, D2 and 65. RGB value is (96,210,101). Sum of RGB (Red+Green+Blue) = 96+210+101=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #60D265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D265 is #9F2D9A. Grayscale: #A3A3A3. Windows color (decimal): -10431899 or 6672992. OLE color: 6672992.
HSL color Cylindrical-coordinate representation of color #60D265: hue angle of 122.63º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D265 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 210 | 101 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.18 |
| HSL | 122.63º | 0.56% | 0.6% | - |
| HSV(B) | 122.63º | 0.54% | 0.82% | - |
| XYZ | 30.22 | 49.52 | 20.28 | - |
| YUV | 163.49 | 92.73 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 101 | 0.54 | 0 | 0.52 | 0.18 | 122.63 | 0.56 | 0.6 |
| Hex | 60 | D2 | 65 | 36 | 0 | 34 | 12 | 7B | 38 | 3C |
| Octal | 140 | 322 | 145 | 66 | 0 | 64 | 22 | 173 | 70 | 74 |
| Binary | 1100000 | 11010010 | 1100101 | 110110 | 0 | 110100 | 10010 | 1111011 | 111000 | 111100 |
Color Harmonies of #60D265
Complementary color
Monochromatic Colors of #60D265
Black with #60D265
Text Example
Text Example
White with #60D265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D265; }
p { color: rgb(96,210,101); }
H1.HeaderClassName
{
color: #60D265;
}
.AnyTagClassName
{
color: #60D265;
}
</style>
background-color css
<style>
a { background-color: #60D265; }
a { background-color: rgb(96,210,101); }
div.DivClassName
{
background-color: #60D265;
}
.BgClassName
{
background-color: #60D265;
}
</style>
border-color css
<style>
span { border-color: #60D265; }
span { border-color: rgb(96,210,101); }
td.TdClassName
{
border-color: #60D265;
}
.TagClassName
{
border-color: #60D265;
}
</style>