Shades of Glade Green #5E854B
Tints of Glade Green #5E854B
RGB
CMYK
RGB Variations
Color information
#5E854B (or 0x5E854B) is known color: Glade Green. HEX triplet: 5E, 85 and 4B. RGB value is (94,133,75). Sum of RGB (Red+Green+Blue) = 94+133+75=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #5E854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E854B is #A17AB4. Grayscale: #727272. Windows color (decimal): -10582709 or 4949342. OLE color: 4949342.
HSL color Cylindrical-coordinate representation of color #5E854B: hue angle of 100.34º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E854B is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 75 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.48 |
| HSL | 100.34º | 0.28% | 0.41% | - |
| HSV(B) | 100.34º | 0.44% | 0.52% | - |
| XYZ | 14.27 | 19.66 | 9.7 | - |
| YUV | 114.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 75 | 0.29 | 0 | 0.44 | 0.48 | 100.34 | 0.28 | 0.41 |
| Hex | 5E | 85 | 4B | 1D | 0 | 2C | 30 | 64 | 1C | 29 |
| Octal | 136 | 205 | 113 | 35 | 0 | 54 | 60 | 144 | 34 | 51 |
| Binary | 1011110 | 10000101 | 1001011 | 11101 | 0 | 101100 | 110000 | 1100100 | 11100 | 101001 |
Color Harmonies of #5E854B
Complementary color
Monochromatic Colors of #5E854B
Black with #5E854B
Text Example
Text Example
White with #5E854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E854B; }
p { color: rgb(94,133,75); }
H1.HeaderClassName
{
color: #5E854B;
}
.AnyTagClassName
{
color: #5E854B;
}
</style>
background-color css
<style>
a { background-color: #5E854B; }
a { background-color: rgb(94,133,75); }
div.DivClassName
{
background-color: #5E854B;
}
.BgClassName
{
background-color: #5E854B;
}
</style>
border-color css
<style>
span { border-color: #5E854B; }
span { border-color: rgb(94,133,75); }
td.TdClassName
{
border-color: #5E854B;
}
.TagClassName
{
border-color: #5E854B;
}
</style>