Shades of Glade Green #5F904E
Tints of Glade Green #5F904E
RGB
CMYK
RGB Variations
Color information
#5F904E (or 0x5F904E) is known color: Glade Green. HEX triplet: 5F, 90 and 4E. RGB value is (95,144,78). Sum of RGB (Red+Green+Blue) = 95+144+78=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #5F904E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F904E is #A06FB1. Grayscale: #7A7A7A. Windows color (decimal): -10514354 or 5148767. OLE color: 5148767.
HSL color Cylindrical-coordinate representation of color #5F904E: hue angle of 104.55º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F904E is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 144 | 78 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.44 |
| HSL | 104.55º | 0.3% | 0.44% | - |
| HSV(B) | 104.55º | 0.46% | 0.56% | - |
| XYZ | 16.07 | 22.93 | 10.79 | - |
| YUV | 121.83 | 103.27 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 144 | 78 | 0.34 | 0 | 0.46 | 0.44 | 104.55 | 0.3 | 0.44 |
| Hex | 5F | 90 | 4E | 22 | 0 | 2E | 2C | 69 | 1E | 2C |
| Octal | 137 | 220 | 116 | 42 | 0 | 56 | 54 | 151 | 36 | 54 |
| Binary | 1011111 | 10010000 | 1001110 | 100010 | 0 | 101110 | 101100 | 1101001 | 11110 | 101100 |
Color Harmonies of #5F904E
Complementary color
Monochromatic Colors of #5F904E
Black with #5F904E
Text Example
Text Example
White with #5F904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F904E; }
p { color: rgb(95,144,78); }
H1.HeaderClassName
{
color: #5F904E;
}
.AnyTagClassName
{
color: #5F904E;
}
</style>
background-color css
<style>
a { background-color: #5F904E; }
a { background-color: rgb(95,144,78); }
div.DivClassName
{
background-color: #5F904E;
}
.BgClassName
{
background-color: #5F904E;
}
</style>
border-color css
<style>
span { border-color: #5F904E; }
span { border-color: rgb(95,144,78); }
td.TdClassName
{
border-color: #5F904E;
}
.TagClassName
{
border-color: #5F904E;
}
</style>