Shades of Fern #5DBD74
Tints of Fern #5DBD74
RGB
CMYK
RGB Variations
Color information
#5DBD74 (or 0x5DBD74) is known color: Fern. HEX triplet: 5D, BD and 74. RGB value is (93,189,116). Sum of RGB (Red+Green+Blue) = 93+189+116=398 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.37% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBD74 is #A2428B. Grayscale: #989898. Windows color (decimal): -10633868 or 7650653. OLE color: 7650653.
HSL color Cylindrical-coordinate representation of color #5DBD74: hue angle of 134.38º degrees, saturation: 0.42, 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 #5DBD74 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 116 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.26 |
| HSL | 134.38º | 0.42% | 0.55% | - |
| HSV(B) | 134.38º | 0.51% | 0.74% | - |
| XYZ | 25.86 | 39.98 | 22.88 | - |
| YUV | 151.97 | 107.7 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 116 | 0.51 | 0 | 0.39 | 0.26 | 134.38 | 0.42 | 0.55 |
| Hex | 5D | BD | 74 | 33 | 0 | 27 | 1A | 86 | 2A | 37 |
| Octal | 135 | 275 | 164 | 63 | 0 | 47 | 32 | 206 | 52 | 67 |
| Binary | 1011101 | 10111101 | 1110100 | 110011 | 0 | 100111 | 11010 | 10000110 | 101010 | 110111 |
Color Harmonies of #5DBD74
Complementary color
Monochromatic Colors of #5DBD74
Black with #5DBD74
Text Example
Text Example
White with #5DBD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD74; }
p { color: rgb(93,189,116); }
H1.HeaderClassName
{
color: #5DBD74;
}
.AnyTagClassName
{
color: #5DBD74;
}
</style>
background-color css
<style>
a { background-color: #5DBD74; }
a { background-color: rgb(93,189,116); }
div.DivClassName
{
background-color: #5DBD74;
}
.BgClassName
{
background-color: #5DBD74;
}
</style>
border-color css
<style>
span { border-color: #5DBD74; }
span { border-color: rgb(93,189,116); }
td.TdClassName
{
border-color: #5DBD74;
}
.TagClassName
{
border-color: #5DBD74;
}
</style>