Shades of Glade Green #5D904B
Tints of Glade Green #5D904B
RGB
CMYK
RGB Variations
Color information
#5D904B (or 0x5D904B) is known color: Glade Green. HEX triplet: 5D, 90 and 4B. RGB value is (93,144,75). Sum of RGB (Red+Green+Blue) = 93+144+75=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #5D904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D904B is #A26FB4. Grayscale: #797979. Windows color (decimal): -10645429 or 4952157. OLE color: 4952157.
HSL color Cylindrical-coordinate representation of color #5D904B: hue angle of 104.35º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D904B is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 75 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.44 |
| HSL | 104.35º | 0.32% | 0.43% | - |
| HSV(B) | 104.35º | 0.48% | 0.56% | - |
| XYZ | 15.76 | 22.78 | 10.22 | - |
| YUV | 120.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 75 | 0.35 | 0 | 0.48 | 0.44 | 104.35 | 0.32 | 0.43 |
| Hex | 5D | 90 | 4B | 23 | 0 | 30 | 2C | 68 | 20 | 2B |
| Octal | 135 | 220 | 113 | 43 | 0 | 60 | 54 | 150 | 40 | 53 |
| Binary | 1011101 | 10010000 | 1001011 | 100011 | 0 | 110000 | 101100 | 1101000 | 100000 | 101011 |
Color Harmonies of #5D904B
Complementary color
Monochromatic Colors of #5D904B
Black with #5D904B
Text Example
Text Example
White with #5D904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D904B; }
p { color: rgb(93,144,75); }
H1.HeaderClassName
{
color: #5D904B;
}
.AnyTagClassName
{
color: #5D904B;
}
</style>
background-color css
<style>
a { background-color: #5D904B; }
a { background-color: rgb(93,144,75); }
div.DivClassName
{
background-color: #5D904B;
}
.BgClassName
{
background-color: #5D904B;
}
</style>
border-color css
<style>
span { border-color: #5D904B; }
span { border-color: rgb(93,144,75); }
td.TdClassName
{
border-color: #5D904B;
}
.TagClassName
{
border-color: #5D904B;
}
</style>