Shades of Glade Green #5D954A
Tints of Glade Green #5D954A
RGB
CMYK
RGB Variations
Color information
#5D954A (or 0x5D954A) is known color: Glade Green. HEX triplet: 5D, 95 and 4A. RGB value is (93,149,74). Sum of RGB (Red+Green+Blue) = 93+149+74=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #5D954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D954A is #A26AB5. Grayscale: #7B7B7B. Windows color (decimal): -10644150 or 4887901. OLE color: 4887901.
HSL color Cylindrical-coordinate representation of color #5D954A: hue angle of 104.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D954A is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 149 | 74 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.42 |
| HSL | 104.8º | 0.34% | 0.44% | - |
| HSV(B) | 104.8º | 0.5% | 0.58% | - |
| XYZ | 16.5 | 24.32 | 10.3 | - |
| YUV | 123.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 74 | 0.38 | 0 | 0.50 | 0.42 | 104.8 | 0.34 | 0.44 |
| Hex | 5D | 95 | 4A | 26 | 0 | 32 | 2A | 69 | 22 | 2C |
| Octal | 135 | 225 | 112 | 46 | 0 | 62 | 52 | 151 | 42 | 54 |
| Binary | 1011101 | 10010101 | 1001010 | 100110 | 0 | 110010 | 101010 | 1101001 | 100010 | 101100 |
Color Harmonies of #5D954A
Complementary color
Monochromatic Colors of #5D954A
Black with #5D954A
Text Example
Text Example
White with #5D954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D954A; }
p { color: rgb(93,149,74); }
H1.HeaderClassName
{
color: #5D954A;
}
.AnyTagClassName
{
color: #5D954A;
}
</style>
background-color css
<style>
a { background-color: #5D954A; }
a { background-color: rgb(93,149,74); }
div.DivClassName
{
background-color: #5D954A;
}
.BgClassName
{
background-color: #5D954A;
}
</style>
border-color css
<style>
span { border-color: #5D954A; }
span { border-color: rgb(93,149,74); }
td.TdClassName
{
border-color: #5D954A;
}
.TagClassName
{
border-color: #5D954A;
}
</style>