Shades of Fern #60D467
Tints of Fern #60D467
RGB
CMYK
RGB Variations
Color information
#60D467 (or 0x60D467) is known color: Fern. HEX triplet: 60, D4 and 67. RGB value is (96,212,103). Sum of RGB (Red+Green+Blue) = 96+212+103=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #60D467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D467 is #9F2B98. Grayscale: #A5A5A5. Windows color (decimal): -10431385 or 6804576. OLE color: 6804576.
HSL color Cylindrical-coordinate representation of color #60D467: hue angle of 123.62º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D467 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 212 | 103 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.17 |
| HSL | 123.62º | 0.57% | 0.6% | - |
| HSV(B) | 123.62º | 0.55% | 0.83% | - |
| XYZ | 30.82 | 50.55 | 20.97 | - |
| YUV | 164.89 | 93.07 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 103 | 0.55 | 0 | 0.51 | 0.17 | 123.62 | 0.57 | 0.6 |
| Hex | 60 | D4 | 67 | 37 | 0 | 33 | 11 | 7C | 39 | 3C |
| Octal | 140 | 324 | 147 | 67 | 0 | 63 | 21 | 174 | 71 | 74 |
| Binary | 1100000 | 11010100 | 1100111 | 110111 | 0 | 110011 | 10001 | 1111100 | 111001 | 111100 |
Color Harmonies of #60D467
Complementary color
Monochromatic Colors of #60D467
Black with #60D467
Text Example
Text Example
White with #60D467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D467; }
p { color: rgb(96,212,103); }
H1.HeaderClassName
{
color: #60D467;
}
.AnyTagClassName
{
color: #60D467;
}
</style>
background-color css
<style>
a { background-color: #60D467; }
a { background-color: rgb(96,212,103); }
div.DivClassName
{
background-color: #60D467;
}
.BgClassName
{
background-color: #60D467;
}
</style>
border-color css
<style>
span { border-color: #60D467; }
span { border-color: rgb(96,212,103); }
td.TdClassName
{
border-color: #60D467;
}
.TagClassName
{
border-color: #60D467;
}
</style>