Shades of Fern #5FD35C
Tints of Fern #5FD35C
RGB
CMYK
RGB Variations
Color information
#5FD35C (or 0x5FD35C) is known color: Fern. HEX triplet: 5F, D3 and 5C. RGB value is (95,211,92). Sum of RGB (Red+Green+Blue) = 95+211+92=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD35C is #A02CA3. Grayscale: #A3A3A3. Windows color (decimal): -10497188 or 6083423. OLE color: 6083423.
HSL color Cylindrical-coordinate representation of color #5FD35C: hue angle of 118.49º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD35C is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 211 | 92 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.17 |
| HSL | 118.49º | 0.57% | 0.59% | - |
| HSV(B) | 118.49º | 0.56% | 0.83% | - |
| XYZ | 29.95 | 49.79 | 18.16 | - |
| YUV | 162.75 | 88.07 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 211 | 92 | 0.55 | 0 | 0.56 | 0.17 | 118.49 | 0.57 | 0.59 |
| Hex | 5F | D3 | 5C | 37 | 0 | 38 | 11 | 76 | 39 | 3B |
| Octal | 137 | 323 | 134 | 67 | 0 | 70 | 21 | 166 | 71 | 73 |
| Binary | 1011111 | 11010011 | 1011100 | 110111 | 0 | 111000 | 10001 | 1110110 | 111001 | 111011 |
Color Harmonies of #5FD35C
Complementary color
Monochromatic Colors of #5FD35C
Black with #5FD35C
Text Example
Text Example
White with #5FD35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD35C; }
p { color: rgb(95,211,92); }
H1.HeaderClassName
{
color: #5FD35C;
}
.AnyTagClassName
{
color: #5FD35C;
}
</style>
background-color css
<style>
a { background-color: #5FD35C; }
a { background-color: rgb(95,211,92); }
div.DivClassName
{
background-color: #5FD35C;
}
.BgClassName
{
background-color: #5FD35C;
}
</style>
border-color css
<style>
span { border-color: #5FD35C; }
span { border-color: rgb(95,211,92); }
td.TdClassName
{
border-color: #5FD35C;
}
.TagClassName
{
border-color: #5FD35C;
}
</style>