Shades of Fern #5FCD65
Tints of Fern #5FCD65
RGB
CMYK
RGB Variations
Color information
#5FCD65 (or 0x5FCD65) is known color: Fern. HEX triplet: 5F, CD and 65. RGB value is (95,205,101). Sum of RGB (Red+Green+Blue) = 95+205+101=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD65 is #A0329A. Grayscale: #A0A0A0. Windows color (decimal): -10498715 or 6671711. OLE color: 6671711.
HSL color Cylindrical-coordinate representation of color #5FCD65: hue angle of 123.27º 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 #5FCD65 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 101 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.20 |
| HSL | 123.27º | 0.52% | 0.59% | - |
| HSV(B) | 123.27º | 0.54% | 0.8% | - |
| XYZ | 28.9 | 47.04 | 19.87 | - |
| YUV | 160.25 | 94.56 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 101 | 0.54 | 0 | 0.51 | 0.20 | 123.27 | 0.52 | 0.59 |
| Hex | 5F | CD | 65 | 36 | 0 | 33 | 14 | 7B | 34 | 3B |
| Octal | 137 | 315 | 145 | 66 | 0 | 63 | 24 | 173 | 64 | 73 |
| Binary | 1011111 | 11001101 | 1100101 | 110110 | 0 | 110011 | 10100 | 1111011 | 110100 | 111011 |
Color Harmonies of #5FCD65
Complementary color
Monochromatic Colors of #5FCD65
Black with #5FCD65
Text Example
Text Example
White with #5FCD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD65; }
p { color: rgb(95,205,101); }
H1.HeaderClassName
{
color: #5FCD65;
}
.AnyTagClassName
{
color: #5FCD65;
}
</style>
background-color css
<style>
a { background-color: #5FCD65; }
a { background-color: rgb(95,205,101); }
div.DivClassName
{
background-color: #5FCD65;
}
.BgClassName
{
background-color: #5FCD65;
}
</style>
border-color css
<style>
span { border-color: #5FCD65; }
span { border-color: rgb(95,205,101); }
td.TdClassName
{
border-color: #5FCD65;
}
.TagClassName
{
border-color: #5FCD65;
}
</style>