Shades of Fern #5FD467
Tints of Fern #5FD467
RGB
CMYK
RGB Variations
Color information
#5FD467 (or 0x5FD467) is known color: Fern. HEX triplet: 5F, D4 and 67. RGB value is (95,212,103). Sum of RGB (Red+Green+Blue) = 95+212+103=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD467 is #A02B98. Grayscale: #A4A4A4. Windows color (decimal): -10496921 or 6804575. OLE color: 6804575.
HSL color Cylindrical-coordinate representation of color #5FD467: hue angle of 124.1º degrees, saturation: 0.58, 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 #5FD467 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 212 | 103 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.17 |
| HSL | 124.1º | 0.58% | 0.6% | - |
| HSV(B) | 124.1º | 0.55% | 0.83% | - |
| XYZ | 30.71 | 50.5 | 20.96 | - |
| YUV | 164.59 | 93.24 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 212 | 103 | 0.55 | 0 | 0.51 | 0.17 | 124.1 | 0.58 | 0.6 |
| Hex | 5F | D4 | 67 | 37 | 0 | 33 | 11 | 7C | 3A | 3C |
| Octal | 137 | 324 | 147 | 67 | 0 | 63 | 21 | 174 | 72 | 74 |
| Binary | 1011111 | 11010100 | 1100111 | 110111 | 0 | 110011 | 10001 | 1111100 | 111010 | 111100 |
Color Harmonies of #5FD467
Complementary color
Monochromatic Colors of #5FD467
Black with #5FD467
Text Example
Text Example
White with #5FD467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD467; }
p { color: rgb(95,212,103); }
H1.HeaderClassName
{
color: #5FD467;
}
.AnyTagClassName
{
color: #5FD467;
}
</style>
background-color css
<style>
a { background-color: #5FD467; }
a { background-color: rgb(95,212,103); }
div.DivClassName
{
background-color: #5FD467;
}
.BgClassName
{
background-color: #5FD467;
}
</style>
border-color css
<style>
span { border-color: #5FD467; }
span { border-color: rgb(95,212,103); }
td.TdClassName
{
border-color: #5FD467;
}
.TagClassName
{
border-color: #5FD467;
}
</style>