Shades of Fern #5FCD6B
Tints of Fern #5FCD6B
RGB
CMYK
RGB Variations
Color information
#5FCD6B (or 0x5FCD6B) is known color: Fern. HEX triplet: 5F, CD and 6B. RGB value is (95,205,107). Sum of RGB (Red+Green+Blue) = 95+205+107=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD6B is #A03294. Grayscale: #A1A1A1. Windows color (decimal): -10498709 or 7064927. OLE color: 7064927.
HSL color Cylindrical-coordinate representation of color #5FCD6B: hue angle of 126.55º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCD6B is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 107 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.20 |
| HSL | 126.55º | 0.52% | 0.59% | - |
| HSV(B) | 126.55º | 0.54% | 0.8% | - |
| XYZ | 29.2 | 47.16 | 21.47 | - |
| YUV | 160.94 | 97.56 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 107 | 0.54 | 0 | 0.48 | 0.20 | 126.55 | 0.52 | 0.59 |
| Hex | 5F | CD | 6B | 36 | 0 | 30 | 14 | 7F | 34 | 3B |
| Octal | 137 | 315 | 153 | 66 | 0 | 60 | 24 | 177 | 64 | 73 |
| Binary | 1011111 | 11001101 | 1101011 | 110110 | 0 | 110000 | 10100 | 1111111 | 110100 | 111011 |
Color Harmonies of #5FCD6B
Complementary color
Monochromatic Colors of #5FCD6B
Black with #5FCD6B
Text Example
Text Example
White with #5FCD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD6B; }
p { color: rgb(95,205,107); }
H1.HeaderClassName
{
color: #5FCD6B;
}
.AnyTagClassName
{
color: #5FCD6B;
}
</style>
background-color css
<style>
a { background-color: #5FCD6B; }
a { background-color: rgb(95,205,107); }
div.DivClassName
{
background-color: #5FCD6B;
}
.BgClassName
{
background-color: #5FCD6B;
}
</style>
border-color css
<style>
span { border-color: #5FCD6B; }
span { border-color: rgb(95,205,107); }
td.TdClassName
{
border-color: #5FCD6B;
}
.TagClassName
{
border-color: #5FCD6B;
}
</style>