Shades of Glade Green #5F8951
Tints of Glade Green #5F8951
RGB
CMYK
RGB Variations
Color information
#5F8951 (or 0x5F8951) is known color: Glade Green. HEX triplet: 5F, 89 and 51. RGB value is (95,137,81). Sum of RGB (Red+Green+Blue) = 95+137+81=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #5F8951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8951 is #A076AE. Grayscale: #767676. Windows color (decimal): -10516143 or 5343583. OLE color: 5343583.
HSL color Cylindrical-coordinate representation of color #5F8951: hue angle of 105º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F8951 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 137 | 81 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.46 |
| HSL | 105º | 0.26% | 0.43% | - |
| HSV(B) | 105º | 0.41% | 0.54% | - |
| XYZ | 15.15 | 20.92 | 11.02 | - |
| YUV | 118.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 137 | 81 | 0.31 | 0 | 0.41 | 0.46 | 105 | 0.26 | 0.43 |
| Hex | 5F | 89 | 51 | 1F | 0 | 29 | 2E | 69 | 1A | 2B |
| Octal | 137 | 211 | 121 | 37 | 0 | 51 | 56 | 151 | 32 | 53 |
| Binary | 1011111 | 10001001 | 1010001 | 11111 | 0 | 101001 | 101110 | 1101001 | 11010 | 101011 |
Color Harmonies of #5F8951
Complementary color
Monochromatic Colors of #5F8951
Black with #5F8951
Text Example
Text Example
White with #5F8951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8951; }
p { color: rgb(95,137,81); }
H1.HeaderClassName
{
color: #5F8951;
}
.AnyTagClassName
{
color: #5F8951;
}
</style>
background-color css
<style>
a { background-color: #5F8951; }
a { background-color: rgb(95,137,81); }
div.DivClassName
{
background-color: #5F8951;
}
.BgClassName
{
background-color: #5F8951;
}
</style>
border-color css
<style>
span { border-color: #5F8951; }
span { border-color: rgb(95,137,81); }
td.TdClassName
{
border-color: #5F8951;
}
.TagClassName
{
border-color: #5F8951;
}
</style>