Shades of Glade Green #5D854B
Tints of Glade Green #5D854B
RGB
CMYK
RGB Variations
Color information
#5D854B (or 0x5D854B) is known color: Glade Green. HEX triplet: 5D, 85 and 4B. RGB value is (93,133,75). Sum of RGB (Red+Green+Blue) = 93+133+75=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #5D854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D854B is #A27AB4. Grayscale: #727272. Windows color (decimal): -10648245 or 4949341. OLE color: 4949341.
HSL color Cylindrical-coordinate representation of color #5D854B: hue angle of 101.38º 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 #5D854B is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 75 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.48 |
| HSL | 101.38º | 0.28% | 0.41% | - |
| HSV(B) | 101.38º | 0.44% | 0.52% | - |
| XYZ | 14.17 | 19.61 | 9.69 | - |
| YUV | 114.43 | 105.75 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 75 | 0.30 | 0 | 0.44 | 0.48 | 101.38 | 0.28 | 0.41 |
| Hex | 5D | 85 | 4B | 1E | 0 | 2C | 30 | 65 | 1C | 29 |
| Octal | 135 | 205 | 113 | 36 | 0 | 54 | 60 | 145 | 34 | 51 |
| Binary | 1011101 | 10000101 | 1001011 | 11110 | 0 | 101100 | 110000 | 1100101 | 11100 | 101001 |
Color Harmonies of #5D854B
Complementary color
Monochromatic Colors of #5D854B
Black with #5D854B
Text Example
Text Example
White with #5D854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D854B; }
p { color: rgb(93,133,75); }
H1.HeaderClassName
{
color: #5D854B;
}
.AnyTagClassName
{
color: #5D854B;
}
</style>
background-color css
<style>
a { background-color: #5D854B; }
a { background-color: rgb(93,133,75); }
div.DivClassName
{
background-color: #5D854B;
}
.BgClassName
{
background-color: #5D854B;
}
</style>
border-color css
<style>
span { border-color: #5D854B; }
span { border-color: rgb(93,133,75); }
td.TdClassName
{
border-color: #5D854B;
}
.TagClassName
{
border-color: #5D854B;
}
</style>