Shades of Glade Green #5F9745
Tints of Glade Green #5F9745
RGB
CMYK
RGB Variations
Color information
#5F9745 (or 0x5F9745) is known color: Glade Green. HEX triplet: 5F, 97 and 45. RGB value is (95,151,69). Sum of RGB (Red+Green+Blue) = 95+151+69=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #5F9745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9745 is #A068BA. Grayscale: #7D7D7D. Windows color (decimal): -10512571 or 4560735. OLE color: 4560735.
HSL color Cylindrical-coordinate representation of color #5F9745: hue angle of 100.98º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F9745 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 151 | 69 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.41 |
| HSL | 100.98º | 0.37% | 0.43% | - |
| HSV(B) | 100.98º | 0.54% | 0.59% | - |
| XYZ | 16.86 | 25 | 9.57 | - |
| YUV | 124.91 | 96.45 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 151 | 69 | 0.37 | 0 | 0.54 | 0.41 | 100.98 | 0.37 | 0.43 |
| Hex | 5F | 97 | 45 | 25 | 0 | 36 | 29 | 65 | 25 | 2B |
| Octal | 137 | 227 | 105 | 45 | 0 | 66 | 51 | 145 | 45 | 53 |
| Binary | 1011111 | 10010111 | 1000101 | 100101 | 0 | 110110 | 101001 | 1100101 | 100101 | 101011 |
Color Harmonies of #5F9745
Complementary color
Monochromatic Colors of #5F9745
Black with #5F9745
Text Example
Text Example
White with #5F9745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9745; }
p { color: rgb(95,151,69); }
H1.HeaderClassName
{
color: #5F9745;
}
.AnyTagClassName
{
color: #5F9745;
}
</style>
background-color css
<style>
a { background-color: #5F9745; }
a { background-color: rgb(95,151,69); }
div.DivClassName
{
background-color: #5F9745;
}
.BgClassName
{
background-color: #5F9745;
}
</style>
border-color css
<style>
span { border-color: #5F9745; }
span { border-color: rgb(95,151,69); }
td.TdClassName
{
border-color: #5F9745;
}
.TagClassName
{
border-color: #5F9745;
}
</style>