Shades of Fern #5FD05A
Tints of Fern #5FD05A
RGB
CMYK
RGB Variations
Color information
#5FD05A (or 0x5FD05A) is known color: Fern. HEX triplet: 5F, D0 and 5A. RGB value is (95,208,90). Sum of RGB (Red+Green+Blue) = 95+208+90=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD05A is #A02FA5. Grayscale: #A1A1A1. Windows color (decimal): -10497958 or 5951583. OLE color: 5951583.
HSL color Cylindrical-coordinate representation of color #5FD05A: hue angle of 117.46º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FD05A is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 90 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.18 |
| HSL | 117.46º | 0.56% | 0.58% | - |
| HSV(B) | 117.46º | 0.57% | 0.82% | - |
| XYZ | 29.12 | 48.28 | 17.46 | - |
| YUV | 160.76 | 88.06 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 90 | 0.54 | 0 | 0.57 | 0.18 | 117.46 | 0.56 | 0.58 |
| Hex | 5F | D0 | 5A | 36 | 0 | 39 | 12 | 75 | 38 | 3A |
| Octal | 137 | 320 | 132 | 66 | 0 | 71 | 22 | 165 | 70 | 72 |
| Binary | 1011111 | 11010000 | 1011010 | 110110 | 0 | 111001 | 10010 | 1110101 | 111000 | 111010 |
Color Harmonies of #5FD05A
Complementary color
Monochromatic Colors of #5FD05A
Black with #5FD05A
Text Example
Text Example
White with #5FD05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD05A; }
p { color: rgb(95,208,90); }
H1.HeaderClassName
{
color: #5FD05A;
}
.AnyTagClassName
{
color: #5FD05A;
}
</style>
background-color css
<style>
a { background-color: #5FD05A; }
a { background-color: rgb(95,208,90); }
div.DivClassName
{
background-color: #5FD05A;
}
.BgClassName
{
background-color: #5FD05A;
}
</style>
border-color css
<style>
span { border-color: #5FD05A; }
span { border-color: rgb(95,208,90); }
td.TdClassName
{
border-color: #5FD05A;
}
.TagClassName
{
border-color: #5FD05A;
}
</style>