Shades of Fern #5FD65A
Tints of Fern #5FD65A
RGB
CMYK
RGB Variations
Color information
#5FD65A (or 0x5FD65A) is known color: Fern. HEX triplet: 5F, D6 and 5A. RGB value is (95,214,90). Sum of RGB (Red+Green+Blue) = 95+214+90=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD65A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD65A is #A029A5. Grayscale: #A4A4A4. Windows color (decimal): -10496422 or 5953119. OLE color: 5953119.
HSL color Cylindrical-coordinate representation of color #5FD65A: hue angle of 117.58º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FD65A is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 90 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.16 |
| HSL | 117.58º | 0.6% | 0.6% | - |
| HSV(B) | 117.58º | 0.58% | 0.84% | - |
| XYZ | 30.61 | 51.26 | 17.95 | - |
| YUV | 164.28 | 86.08 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 90 | 0.56 | 0 | 0.58 | 0.16 | 117.58 | 0.6 | 0.6 |
| Hex | 5F | D6 | 5A | 38 | 0 | 3A | 10 | 76 | 3C | 3C |
| Octal | 137 | 326 | 132 | 70 | 0 | 72 | 20 | 166 | 74 | 74 |
| Binary | 1011111 | 11010110 | 1011010 | 111000 | 0 | 111010 | 10000 | 1110110 | 111100 | 111100 |
Color Harmonies of #5FD65A
Complementary color
Monochromatic Colors of #5FD65A
Black with #5FD65A
Text Example
Text Example
White with #5FD65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD65A; }
p { color: rgb(95,214,90); }
H1.HeaderClassName
{
color: #5FD65A;
}
.AnyTagClassName
{
color: #5FD65A;
}
</style>
background-color css
<style>
a { background-color: #5FD65A; }
a { background-color: rgb(95,214,90); }
div.DivClassName
{
background-color: #5FD65A;
}
.BgClassName
{
background-color: #5FD65A;
}
</style>
border-color css
<style>
span { border-color: #5FD65A; }
span { border-color: rgb(95,214,90); }
td.TdClassName
{
border-color: #5FD65A;
}
.TagClassName
{
border-color: #5FD65A;
}
</style>