Shades of Fern #5DBA76
Tints of Fern #5DBA76
RGB
CMYK
RGB Variations
Color information
#5DBA76 (or 0x5DBA76) is known color: Fern. HEX triplet: 5D, BA and 76. RGB value is (93,186,118). Sum of RGB (Red+Green+Blue) = 93+186+118=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA76 is #A24589. Grayscale: #969696. Windows color (decimal): -10634634 or 7780957. OLE color: 7780957.
HSL color Cylindrical-coordinate representation of color #5DBA76: hue angle of 136.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBA76 is Cyan = 0.5, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 118 | - |
| CMYK | 0.5 | 0 | 0.37 | 0.27 |
| HSL | 136.13º | 0.4% | 0.55% | - |
| HSV(B) | 136.13º | 0.5% | 0.73% | - |
| XYZ | 25.34 | 38.75 | 23.28 | - |
| YUV | 150.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 118 | 0.5 | 0 | 0.37 | 0.27 | 136.13 | 0.4 | 0.55 |
| Hex | 5D | BA | 76 | 32 | 0 | 25 | 1B | 88 | 28 | 37 |
| Octal | 135 | 272 | 166 | 62 | 0 | 45 | 33 | 210 | 50 | 67 |
| Binary | 1011101 | 10111010 | 1110110 | 110010 | 0 | 100101 | 11011 | 10001000 | 101000 | 110111 |
Color Harmonies of #5DBA76
Complementary color
Monochromatic Colors of #5DBA76
Black with #5DBA76
Text Example
Text Example
White with #5DBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA76; }
p { color: rgb(93,186,118); }
H1.HeaderClassName
{
color: #5DBA76;
}
.AnyTagClassName
{
color: #5DBA76;
}
</style>
background-color css
<style>
a { background-color: #5DBA76; }
a { background-color: rgb(93,186,118); }
div.DivClassName
{
background-color: #5DBA76;
}
.BgClassName
{
background-color: #5DBA76;
}
</style>
border-color css
<style>
span { border-color: #5DBA76; }
span { border-color: rgb(93,186,118); }
td.TdClassName
{
border-color: #5DBA76;
}
.TagClassName
{
border-color: #5DBA76;
}
</style>