Shades of Glade Green #5F8C45
Tints of Glade Green #5F8C45
RGB
CMYK
RGB Variations
Color information
#5F8C45 (or 0x5F8C45) is known color: Glade Green. HEX triplet: 5F, 8C and 45. RGB value is (95,140,69). Sum of RGB (Red+Green+Blue) = 95+140+69=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #5F8C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8C45 is #A073BA. Grayscale: #767676. Windows color (decimal): -10515387 or 4557919. OLE color: 4557919.
HSL color Cylindrical-coordinate representation of color #5F8C45: hue angle of 98.03º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F8C45 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 140 | 69 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.45 |
| HSL | 98.03º | 0.34% | 0.41% | - |
| HSV(B) | 98.03º | 0.51% | 0.55% | - |
| XYZ | 15.17 | 21.62 | 9 | - |
| YUV | 118.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 140 | 69 | 0.32 | 0 | 0.51 | 0.45 | 98.03 | 0.34 | 0.41 |
| Hex | 5F | 8C | 45 | 20 | 0 | 33 | 2D | 62 | 22 | 29 |
| Octal | 137 | 214 | 105 | 40 | 0 | 63 | 55 | 142 | 42 | 51 |
| Binary | 1011111 | 10001100 | 1000101 | 100000 | 0 | 110011 | 101101 | 1100010 | 100010 | 101001 |
Color Harmonies of #5F8C45
Complementary color
Monochromatic Colors of #5F8C45
Black with #5F8C45
Text Example
Text Example
White with #5F8C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8C45; }
p { color: rgb(95,140,69); }
H1.HeaderClassName
{
color: #5F8C45;
}
.AnyTagClassName
{
color: #5F8C45;
}
</style>
background-color css
<style>
a { background-color: #5F8C45; }
a { background-color: rgb(95,140,69); }
div.DivClassName
{
background-color: #5F8C45;
}
.BgClassName
{
background-color: #5F8C45;
}
</style>
border-color css
<style>
span { border-color: #5F8C45; }
span { border-color: rgb(95,140,69); }
td.TdClassName
{
border-color: #5F8C45;
}
.TagClassName
{
border-color: #5F8C45;
}
</style>