Shades of Fern #60D266
Tints of Fern #60D266
RGB
CMYK
RGB Variations
Color information
#60D266 (or 0x60D266) is known color: Fern. HEX triplet: 60, D2 and 66. RGB value is (96,210,102). Sum of RGB (Red+Green+Blue) = 96+210+102=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #60D266 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D266 is #9F2D99. Grayscale: #A3A3A3. Windows color (decimal): -10431898 or 6738528. OLE color: 6738528.
HSL color Cylindrical-coordinate representation of color #60D266: hue angle of 123.16º 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 #60D266 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 210 | 102 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.18 |
| HSL | 123.16º | 0.56% | 0.6% | - |
| HSV(B) | 123.16º | 0.54% | 0.82% | - |
| XYZ | 30.27 | 49.54 | 20.54 | - |
| YUV | 163.6 | 93.23 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 102 | 0.54 | 0 | 0.51 | 0.18 | 123.16 | 0.56 | 0.6 |
| Hex | 60 | D2 | 66 | 36 | 0 | 33 | 12 | 7B | 38 | 3C |
| Octal | 140 | 322 | 146 | 66 | 0 | 63 | 22 | 173 | 70 | 74 |
| Binary | 1100000 | 11010010 | 1100110 | 110110 | 0 | 110011 | 10010 | 1111011 | 111000 | 111100 |
Color Harmonies of #60D266
Complementary color
Monochromatic Colors of #60D266
Black with #60D266
Text Example
Text Example
White with #60D266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D266; }
p { color: rgb(96,210,102); }
H1.HeaderClassName
{
color: #60D266;
}
.AnyTagClassName
{
color: #60D266;
}
</style>
background-color css
<style>
a { background-color: #60D266; }
a { background-color: rgb(96,210,102); }
div.DivClassName
{
background-color: #60D266;
}
.BgClassName
{
background-color: #60D266;
}
</style>
border-color css
<style>
span { border-color: #60D266; }
span { border-color: rgb(96,210,102); }
td.TdClassName
{
border-color: #60D266;
}
.TagClassName
{
border-color: #60D266;
}
</style>