Shades of Glade Green #5E8D50
Tints of Glade Green #5E8D50
RGB
CMYK
RGB Variations
Color information
#5E8D50 (or 0x5E8D50) is known color: Glade Green. HEX triplet: 5E, 8D and 50. RGB value is (94,141,80). Sum of RGB (Red+Green+Blue) = 94+141+80=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8D50 is #A172AF. Grayscale: #787878. Windows color (decimal): -10580656 or 5279070. OLE color: 5279070.
HSL color Cylindrical-coordinate representation of color #5E8D50: hue angle of 106.23º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E8D50 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 141 | 80 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.45 |
| HSL | 106.23º | 0.28% | 0.43% | - |
| HSV(B) | 106.23º | 0.43% | 0.55% | - |
| XYZ | 15.59 | 22.01 | 11.02 | - |
| YUV | 119.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 141 | 80 | 0.33 | 0 | 0.43 | 0.45 | 106.23 | 0.28 | 0.43 |
| Hex | 5E | 8D | 50 | 21 | 0 | 2B | 2D | 6A | 1C | 2B |
| Octal | 136 | 215 | 120 | 41 | 0 | 53 | 55 | 152 | 34 | 53 |
| Binary | 1011110 | 10001101 | 1010000 | 100001 | 0 | 101011 | 101101 | 1101010 | 11100 | 101011 |
Color Harmonies of #5E8D50
Complementary color
Monochromatic Colors of #5E8D50
Black with #5E8D50
Text Example
Text Example
White with #5E8D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8D50; }
p { color: rgb(94,141,80); }
H1.HeaderClassName
{
color: #5E8D50;
}
.AnyTagClassName
{
color: #5E8D50;
}
</style>
background-color css
<style>
a { background-color: #5E8D50; }
a { background-color: rgb(94,141,80); }
div.DivClassName
{
background-color: #5E8D50;
}
.BgClassName
{
background-color: #5E8D50;
}
</style>
border-color css
<style>
span { border-color: #5E8D50; }
span { border-color: rgb(94,141,80); }
td.TdClassName
{
border-color: #5E8D50;
}
.TagClassName
{
border-color: #5E8D50;
}
</style>