Shades of Fern #5FD363
Tints of Fern #5FD363
RGB
CMYK
RGB Variations
Color information
#5FD363 (or 0x5FD363) is known color: Fern. HEX triplet: 5F, D3 and 63. RGB value is (95,211,99). Sum of RGB (Red+Green+Blue) = 95+211+99=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD363 is #A02C9C. Grayscale: #A3A3A3. Windows color (decimal): -10497181 or 6542175. OLE color: 6542175.
HSL color Cylindrical-coordinate representation of color #5FD363: hue angle of 122.07º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD363 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 211 | 99 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.17 |
| HSL | 122.07º | 0.57% | 0.6% | - |
| HSV(B) | 122.07º | 0.55% | 0.83% | - |
| XYZ | 30.27 | 49.92 | 19.85 | - |
| YUV | 163.55 | 91.57 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 211 | 99 | 0.55 | 0 | 0.53 | 0.17 | 122.07 | 0.57 | 0.6 |
| Hex | 5F | D3 | 63 | 37 | 0 | 35 | 11 | 7A | 39 | 3C |
| Octal | 137 | 323 | 143 | 67 | 0 | 65 | 21 | 172 | 71 | 74 |
| Binary | 1011111 | 11010011 | 1100011 | 110111 | 0 | 110101 | 10001 | 1111010 | 111001 | 111100 |
Color Harmonies of #5FD363
Complementary color
Monochromatic Colors of #5FD363
Black with #5FD363
Text Example
Text Example
White with #5FD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD363; }
p { color: rgb(95,211,99); }
H1.HeaderClassName
{
color: #5FD363;
}
.AnyTagClassName
{
color: #5FD363;
}
</style>
background-color css
<style>
a { background-color: #5FD363; }
a { background-color: rgb(95,211,99); }
div.DivClassName
{
background-color: #5FD363;
}
.BgClassName
{
background-color: #5FD363;
}
</style>
border-color css
<style>
span { border-color: #5FD363; }
span { border-color: rgb(95,211,99); }
td.TdClassName
{
border-color: #5FD363;
}
.TagClassName
{
border-color: #5FD363;
}
</style>