Shades of Glade Green #5F9043
Tints of Glade Green #5F9043
RGB
CMYK
RGB Variations
Color information
#5F9043 (or 0x5F9043) is known color: Glade Green. HEX triplet: 5F, 90 and 43. RGB value is (95,144,67). Sum of RGB (Red+Green+Blue) = 95+144+67=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9043 is #A06FBC. Grayscale: #787878. Windows color (decimal): -10514365 or 4427871. OLE color: 4427871.
HSL color Cylindrical-coordinate representation of color #5F9043: hue angle of 98.18º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F9043 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 144 | 67 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.44 |
| HSL | 98.18º | 0.36% | 0.41% | - |
| HSV(B) | 98.18º | 0.53% | 0.56% | - |
| XYZ | 15.71 | 22.78 | 8.88 | - |
| YUV | 120.57 | 97.77 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 144 | 67 | 0.34 | 0 | 0.53 | 0.44 | 98.18 | 0.36 | 0.41 |
| Hex | 5F | 90 | 43 | 22 | 0 | 35 | 2C | 62 | 24 | 29 |
| Octal | 137 | 220 | 103 | 42 | 0 | 65 | 54 | 142 | 44 | 51 |
| Binary | 1011111 | 10010000 | 1000011 | 100010 | 0 | 110101 | 101100 | 1100010 | 100100 | 101001 |
Color Harmonies of #5F9043
Complementary color
Monochromatic Colors of #5F9043
Black with #5F9043
Text Example
Text Example
White with #5F9043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9043; }
p { color: rgb(95,144,67); }
H1.HeaderClassName
{
color: #5F9043;
}
.AnyTagClassName
{
color: #5F9043;
}
</style>
background-color css
<style>
a { background-color: #5F9043; }
a { background-color: rgb(95,144,67); }
div.DivClassName
{
background-color: #5F9043;
}
.BgClassName
{
background-color: #5F9043;
}
</style>
border-color css
<style>
span { border-color: #5F9043; }
span { border-color: rgb(95,144,67); }
td.TdClassName
{
border-color: #5F9043;
}
.TagClassName
{
border-color: #5F9043;
}
</style>