Shades of Glade Green #5F8D4B
Tints of Glade Green #5F8D4B
RGB
CMYK
RGB Variations
Color information
#5F8D4B (or 0x5F8D4B) is known color: Glade Green. HEX triplet: 5F, 8D and 4B. RGB value is (95,141,75). Sum of RGB (Red+Green+Blue) = 95+141+75=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8D4B is #A072B4. Grayscale: #777777. Windows color (decimal): -10515125 or 4951391. OLE color: 4951391.
HSL color Cylindrical-coordinate representation of color #5F8D4B: hue angle of 101.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F8D4B is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 141 | 75 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.45 |
| HSL | 101.82º | 0.31% | 0.42% | - |
| HSV(B) | 101.82º | 0.47% | 0.55% | - |
| XYZ | 15.51 | 21.99 | 10.08 | - |
| YUV | 119.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 141 | 75 | 0.33 | 0 | 0.47 | 0.45 | 101.82 | 0.31 | 0.42 |
| Hex | 5F | 8D | 4B | 21 | 0 | 2F | 2D | 66 | 1F | 2A |
| Octal | 137 | 215 | 113 | 41 | 0 | 57 | 55 | 146 | 37 | 52 |
| Binary | 1011111 | 10001101 | 1001011 | 100001 | 0 | 101111 | 101101 | 1100110 | 11111 | 101010 |
Color Harmonies of #5F8D4B
Complementary color
Monochromatic Colors of #5F8D4B
Black with #5F8D4B
Text Example
Text Example
White with #5F8D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8D4B; }
p { color: rgb(95,141,75); }
H1.HeaderClassName
{
color: #5F8D4B;
}
.AnyTagClassName
{
color: #5F8D4B;
}
</style>
background-color css
<style>
a { background-color: #5F8D4B; }
a { background-color: rgb(95,141,75); }
div.DivClassName
{
background-color: #5F8D4B;
}
.BgClassName
{
background-color: #5F8D4B;
}
</style>
border-color css
<style>
span { border-color: #5F8D4B; }
span { border-color: rgb(95,141,75); }
td.TdClassName
{
border-color: #5F8D4B;
}
.TagClassName
{
border-color: #5F8D4B;
}
</style>