Shades of Fern #5DCF5E
Tints of Fern #5DCF5E
RGB
CMYK
RGB Variations
Color information
#5DCF5E (or 0x5DCF5E) is known color: Fern. HEX triplet: 5D, CF and 5E. RGB value is (93,207,94). Sum of RGB (Red+Green+Blue) = 93+207+94=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCF5E is #A230A1. Grayscale: #A0A0A0. Windows color (decimal): -10629282 or 6213469. OLE color: 6213469.
HSL color Cylindrical-coordinate representation of color #5DCF5E: hue angle of 120.53º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCF5E is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 94 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.19 |
| HSL | 120.53º | 0.54% | 0.59% | - |
| HSV(B) | 120.53º | 0.55% | 0.81% | - |
| XYZ | 28.85 | 47.76 | 18.29 | - |
| YUV | 160.03 | 90.73 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 94 | 0.55 | 0 | 0.55 | 0.19 | 120.53 | 0.54 | 0.59 |
| Hex | 5D | CF | 5E | 37 | 0 | 37 | 13 | 79 | 36 | 3B |
| Octal | 135 | 317 | 136 | 67 | 0 | 67 | 23 | 171 | 66 | 73 |
| Binary | 1011101 | 11001111 | 1011110 | 110111 | 0 | 110111 | 10011 | 1111001 | 110110 | 111011 |
Color Harmonies of #5DCF5E
Complementary color
Monochromatic Colors of #5DCF5E
Black with #5DCF5E
Text Example
Text Example
White with #5DCF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCF5E; }
p { color: rgb(93,207,94); }
H1.HeaderClassName
{
color: #5DCF5E;
}
.AnyTagClassName
{
color: #5DCF5E;
}
</style>
background-color css
<style>
a { background-color: #5DCF5E; }
a { background-color: rgb(93,207,94); }
div.DivClassName
{
background-color: #5DCF5E;
}
.BgClassName
{
background-color: #5DCF5E;
}
</style>
border-color css
<style>
span { border-color: #5DCF5E; }
span { border-color: rgb(93,207,94); }
td.TdClassName
{
border-color: #5DCF5E;
}
.TagClassName
{
border-color: #5DCF5E;
}
</style>