Shades of Fern #5DBC73
Tints of Fern #5DBC73
RGB
CMYK
RGB Variations
Color information
#5DBC73 (or 0x5DBC73) is known color: Fern. HEX triplet: 5D, BC and 73. RGB value is (93,188,115). Sum of RGB (Red+Green+Blue) = 93+188+115=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBC73 is #A2438C. Grayscale: #979797. Windows color (decimal): -10634125 or 7584861. OLE color: 7584861.
HSL color Cylindrical-coordinate representation of color #5DBC73: hue angle of 133.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBC73 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 115 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.26 |
| HSL | 133.89º | 0.41% | 0.55% | - |
| HSV(B) | 133.89º | 0.51% | 0.74% | - |
| XYZ | 25.59 | 39.53 | 22.5 | - |
| YUV | 151.27 | 107.53 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 115 | 0.51 | 0 | 0.39 | 0.26 | 133.89 | 0.41 | 0.55 |
| Hex | 5D | BC | 73 | 33 | 0 | 27 | 1A | 86 | 29 | 37 |
| Octal | 135 | 274 | 163 | 63 | 0 | 47 | 32 | 206 | 51 | 67 |
| Binary | 1011101 | 10111100 | 1110011 | 110011 | 0 | 100111 | 11010 | 10000110 | 101001 | 110111 |
Color Harmonies of #5DBC73
Complementary color
Monochromatic Colors of #5DBC73
Black with #5DBC73
Text Example
Text Example
White with #5DBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC73; }
p { color: rgb(93,188,115); }
H1.HeaderClassName
{
color: #5DBC73;
}
.AnyTagClassName
{
color: #5DBC73;
}
</style>
background-color css
<style>
a { background-color: #5DBC73; }
a { background-color: rgb(93,188,115); }
div.DivClassName
{
background-color: #5DBC73;
}
.BgClassName
{
background-color: #5DBC73;
}
</style>
border-color css
<style>
span { border-color: #5DBC73; }
span { border-color: rgb(93,188,115); }
td.TdClassName
{
border-color: #5DBC73;
}
.TagClassName
{
border-color: #5DBC73;
}
</style>