Shades of Glade Green #5D8B4E
Tints of Glade Green #5D8B4E
RGB
CMYK
RGB Variations
Color information
#5D8B4E (or 0x5D8B4E) is known color: Glade Green. HEX triplet: 5D, 8B and 4E. RGB value is (93,139,78). Sum of RGB (Red+Green+Blue) = 93+139+78=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #5D8B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8B4E is #A274B1. Grayscale: #767676. Windows color (decimal): -10646706 or 5147485. OLE color: 5147485.
HSL color Cylindrical-coordinate representation of color #5D8B4E: hue angle of 105.25º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D8B4E is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 139 | 78 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.45 |
| HSL | 105.25º | 0.28% | 0.43% | - |
| HSV(B) | 105.25º | 0.44% | 0.55% | - |
| XYZ | 15.12 | 21.34 | 10.53 | - |
| YUV | 118.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 139 | 78 | 0.33 | 0 | 0.44 | 0.45 | 105.25 | 0.28 | 0.43 |
| Hex | 5D | 8B | 4E | 21 | 0 | 2C | 2D | 69 | 1C | 2B |
| Octal | 135 | 213 | 116 | 41 | 0 | 54 | 55 | 151 | 34 | 53 |
| Binary | 1011101 | 10001011 | 1001110 | 100001 | 0 | 101100 | 101101 | 1101001 | 11100 | 101011 |
Color Harmonies of #5D8B4E
Complementary color
Monochromatic Colors of #5D8B4E
Black with #5D8B4E
Text Example
Text Example
White with #5D8B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8B4E; }
p { color: rgb(93,139,78); }
H1.HeaderClassName
{
color: #5D8B4E;
}
.AnyTagClassName
{
color: #5D8B4E;
}
</style>
background-color css
<style>
a { background-color: #5D8B4E; }
a { background-color: rgb(93,139,78); }
div.DivClassName
{
background-color: #5D8B4E;
}
.BgClassName
{
background-color: #5D8B4E;
}
</style>
border-color css
<style>
span { border-color: #5D8B4E; }
span { border-color: rgb(93,139,78); }
td.TdClassName
{
border-color: #5D8B4E;
}
.TagClassName
{
border-color: #5D8B4E;
}
</style>