Shades of Glade Green #5F914E
Tints of Glade Green #5F914E
RGB
CMYK
RGB Variations
Color information
#5F914E (or 0x5F914E) is known color: Glade Green. HEX triplet: 5F, 91 and 4E. RGB value is (95,145,78). Sum of RGB (Red+Green+Blue) = 95+145+78=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #5F914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F914E is #A06EB1. Grayscale: #7A7A7A. Windows color (decimal): -10514098 or 5149023. OLE color: 5149023.
HSL color Cylindrical-coordinate representation of color #5F914E: hue angle of 104.78º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F914E is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 145 | 78 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.43 |
| HSL | 104.78º | 0.3% | 0.44% | - |
| HSV(B) | 104.78º | 0.46% | 0.57% | - |
| XYZ | 16.22 | 23.23 | 10.84 | - |
| YUV | 122.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 145 | 78 | 0.34 | 0 | 0.46 | 0.43 | 104.78 | 0.3 | 0.44 |
| Hex | 5F | 91 | 4E | 22 | 0 | 2E | 2B | 69 | 1E | 2C |
| Octal | 137 | 221 | 116 | 42 | 0 | 56 | 53 | 151 | 36 | 54 |
| Binary | 1011111 | 10010001 | 1001110 | 100010 | 0 | 101110 | 101011 | 1101001 | 11110 | 101100 |
Color Harmonies of #5F914E
Complementary color
Monochromatic Colors of #5F914E
Black with #5F914E
Text Example
Text Example
White with #5F914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F914E; }
p { color: rgb(95,145,78); }
H1.HeaderClassName
{
color: #5F914E;
}
.AnyTagClassName
{
color: #5F914E;
}
</style>
background-color css
<style>
a { background-color: #5F914E; }
a { background-color: rgb(95,145,78); }
div.DivClassName
{
background-color: #5F914E;
}
.BgClassName
{
background-color: #5F914E;
}
</style>
border-color css
<style>
span { border-color: #5F914E; }
span { border-color: rgb(95,145,78); }
td.TdClassName
{
border-color: #5F914E;
}
.TagClassName
{
border-color: #5F914E;
}
</style>