Shades of Glade Green #5E854D
Tints of Glade Green #5E854D
RGB
CMYK
RGB Variations
Color information
#5E854D (or 0x5E854D) is known color: Glade Green. HEX triplet: 5E, 85 and 4D. RGB value is (94,133,77). Sum of RGB (Red+Green+Blue) = 94+133+77=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #5E854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E854D is #A17AB2. Grayscale: #737373. Windows color (decimal): -10582707 or 5080414. OLE color: 5080414.
HSL color Cylindrical-coordinate representation of color #5E854D: hue angle of 101.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E854D is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 77 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.48 |
| HSL | 101.79º | 0.27% | 0.41% | - |
| HSV(B) | 101.79º | 0.42% | 0.52% | - |
| XYZ | 14.34 | 19.69 | 10.07 | - |
| YUV | 114.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 77 | 0.29 | 0 | 0.42 | 0.48 | 101.79 | 0.27 | 0.41 |
| Hex | 5E | 85 | 4D | 1D | 0 | 2A | 30 | 66 | 1B | 29 |
| Octal | 136 | 205 | 115 | 35 | 0 | 52 | 60 | 146 | 33 | 51 |
| Binary | 1011110 | 10000101 | 1001101 | 11101 | 0 | 101010 | 110000 | 1100110 | 11011 | 101001 |
Color Harmonies of #5E854D
Complementary color
Monochromatic Colors of #5E854D
Black with #5E854D
Text Example
Text Example
White with #5E854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E854D; }
p { color: rgb(94,133,77); }
H1.HeaderClassName
{
color: #5E854D;
}
.AnyTagClassName
{
color: #5E854D;
}
</style>
background-color css
<style>
a { background-color: #5E854D; }
a { background-color: rgb(94,133,77); }
div.DivClassName
{
background-color: #5E854D;
}
.BgClassName
{
background-color: #5E854D;
}
</style>
border-color css
<style>
span { border-color: #5E854D; }
span { border-color: rgb(94,133,77); }
td.TdClassName
{
border-color: #5E854D;
}
.TagClassName
{
border-color: #5E854D;
}
</style>