Shades of Fern #5FCC67
Tints of Fern #5FCC67
RGB
CMYK
RGB Variations
Color information
#5FCC67 (or 0x5FCC67) is known color: Fern. HEX triplet: 5F, CC and 67. RGB value is (95,204,103). Sum of RGB (Red+Green+Blue) = 95+204+103=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC67 is #A03398. Grayscale: #A0A0A0. Windows color (decimal): -10498969 or 6802527. OLE color: 6802527.
HSL color Cylindrical-coordinate representation of color #5FCC67: hue angle of 124.4º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCC67 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 103 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.2 |
| HSL | 124.4º | 0.52% | 0.59% | - |
| HSV(B) | 124.4º | 0.53% | 0.8% | - |
| XYZ | 28.76 | 46.6 | 20.31 | - |
| YUV | 159.9 | 95.89 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 103 | 0.53 | 0 | 0.50 | 0.2 | 124.4 | 0.52 | 0.59 |
| Hex | 5F | CC | 67 | 35 | 0 | 32 | 14 | 7C | 34 | 3B |
| Octal | 137 | 314 | 147 | 65 | 0 | 62 | 24 | 174 | 64 | 73 |
| Binary | 1011111 | 11001100 | 1100111 | 110101 | 0 | 110010 | 10100 | 1111100 | 110100 | 111011 |
Color Harmonies of #5FCC67
Complementary color
Monochromatic Colors of #5FCC67
Black with #5FCC67
Text Example
Text Example
White with #5FCC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC67; }
p { color: rgb(95,204,103); }
H1.HeaderClassName
{
color: #5FCC67;
}
.AnyTagClassName
{
color: #5FCC67;
}
</style>
background-color css
<style>
a { background-color: #5FCC67; }
a { background-color: rgb(95,204,103); }
div.DivClassName
{
background-color: #5FCC67;
}
.BgClassName
{
background-color: #5FCC67;
}
</style>
border-color css
<style>
span { border-color: #5FCC67; }
span { border-color: rgb(95,204,103); }
td.TdClassName
{
border-color: #5FCC67;
}
.TagClassName
{
border-color: #5FCC67;
}
</style>