Shades of Fern #5FC76A
Tints of Fern #5FC76A
RGB
CMYK
RGB Variations
Color information
#5FC76A (or 0x5FC76A) is known color: Fern. HEX triplet: 5F, C7 and 6A. RGB value is (95,199,106). Sum of RGB (Red+Green+Blue) = 95+199+106=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC76A is #A03895. Grayscale: #9D9D9D. Windows color (decimal): -10500246 or 6997855. OLE color: 6997855.
HSL color Cylindrical-coordinate representation of color #5FC76A: hue angle of 126.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC76A is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 199 | 106 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.22 |
| HSL | 126.35º | 0.48% | 0.58% | - |
| HSV(B) | 126.35º | 0.52% | 0.78% | - |
| XYZ | 27.74 | 44.32 | 20.73 | - |
| YUV | 157.3 | 99.04 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 199 | 106 | 0.52 | 0 | 0.47 | 0.22 | 126.35 | 0.48 | 0.58 |
| Hex | 5F | C7 | 6A | 34 | 0 | 2F | 16 | 7E | 30 | 3A |
| Octal | 137 | 307 | 152 | 64 | 0 | 57 | 26 | 176 | 60 | 72 |
| Binary | 1011111 | 11000111 | 1101010 | 110100 | 0 | 101111 | 10110 | 1111110 | 110000 | 111010 |
Color Harmonies of #5FC76A
Complementary color
Monochromatic Colors of #5FC76A
Black with #5FC76A
Text Example
Text Example
White with #5FC76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC76A; }
p { color: rgb(95,199,106); }
H1.HeaderClassName
{
color: #5FC76A;
}
.AnyTagClassName
{
color: #5FC76A;
}
</style>
background-color css
<style>
a { background-color: #5FC76A; }
a { background-color: rgb(95,199,106); }
div.DivClassName
{
background-color: #5FC76A;
}
.BgClassName
{
background-color: #5FC76A;
}
</style>
border-color css
<style>
span { border-color: #5FC76A; }
span { border-color: rgb(95,199,106); }
td.TdClassName
{
border-color: #5FC76A;
}
.TagClassName
{
border-color: #5FC76A;
}
</style>