Shades of Glade Green #5D904D
Tints of Glade Green #5D904D
RGB
CMYK
RGB Variations
Color information
#5D904D (or 0x5D904D) is known color: Glade Green. HEX triplet: 5D, 90 and 4D. RGB value is (93,144,77). Sum of RGB (Red+Green+Blue) = 93+144+77=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #5D904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D904D is #A26FB2. Grayscale: #797979. Windows color (decimal): -10645427 or 5083229. OLE color: 5083229.
HSL color Cylindrical-coordinate representation of color #5D904D: hue angle of 105.67º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D904D is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 77 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.44 |
| HSL | 105.67º | 0.3% | 0.43% | - |
| HSV(B) | 105.67º | 0.47% | 0.56% | - |
| XYZ | 15.83 | 22.81 | 10.59 | - |
| YUV | 121.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 77 | 0.35 | 0 | 0.47 | 0.44 | 105.67 | 0.3 | 0.43 |
| Hex | 5D | 90 | 4D | 23 | 0 | 2F | 2C | 6A | 1E | 2B |
| Octal | 135 | 220 | 115 | 43 | 0 | 57 | 54 | 152 | 36 | 53 |
| Binary | 1011101 | 10010000 | 1001101 | 100011 | 0 | 101111 | 101100 | 1101010 | 11110 | 101011 |
Color Harmonies of #5D904D
Complementary color
Monochromatic Colors of #5D904D
Black with #5D904D
Text Example
Text Example
White with #5D904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D904D; }
p { color: rgb(93,144,77); }
H1.HeaderClassName
{
color: #5D904D;
}
.AnyTagClassName
{
color: #5D904D;
}
</style>
background-color css
<style>
a { background-color: #5D904D; }
a { background-color: rgb(93,144,77); }
div.DivClassName
{
background-color: #5D904D;
}
.BgClassName
{
background-color: #5D904D;
}
</style>
border-color css
<style>
span { border-color: #5D904D; }
span { border-color: rgb(93,144,77); }
td.TdClassName
{
border-color: #5D904D;
}
.TagClassName
{
border-color: #5D904D;
}
</style>