Shades of Glade Green #5E8F4B
Tints of Glade Green #5E8F4B
RGB
CMYK
RGB Variations
Color information
#5E8F4B (or 0x5E8F4B) is known color: Glade Green. HEX triplet: 5E, 8F and 4B. RGB value is (94,143,75). Sum of RGB (Red+Green+Blue) = 94+143+75=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8F4B is #A170B4. Grayscale: #787878. Windows color (decimal): -10580149 or 4951902. OLE color: 4951902.
HSL color Cylindrical-coordinate representation of color #5E8F4B: hue angle of 103.24º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E8F4B is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 143 | 75 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.44 |
| HSL | 103.24º | 0.31% | 0.43% | - |
| HSV(B) | 103.24º | 0.48% | 0.56% | - |
| XYZ | 15.71 | 22.53 | 10.18 | - |
| YUV | 120.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 143 | 75 | 0.34 | 0 | 0.48 | 0.44 | 103.24 | 0.31 | 0.43 |
| Hex | 5E | 8F | 4B | 22 | 0 | 30 | 2C | 67 | 1F | 2B |
| Octal | 136 | 217 | 113 | 42 | 0 | 60 | 54 | 147 | 37 | 53 |
| Binary | 1011110 | 10001111 | 1001011 | 100010 | 0 | 110000 | 101100 | 1100111 | 11111 | 101011 |
Color Harmonies of #5E8F4B
Complementary color
Monochromatic Colors of #5E8F4B
Black with #5E8F4B
Text Example
Text Example
White with #5E8F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8F4B; }
p { color: rgb(94,143,75); }
H1.HeaderClassName
{
color: #5E8F4B;
}
.AnyTagClassName
{
color: #5E8F4B;
}
</style>
background-color css
<style>
a { background-color: #5E8F4B; }
a { background-color: rgb(94,143,75); }
div.DivClassName
{
background-color: #5E8F4B;
}
.BgClassName
{
background-color: #5E8F4B;
}
</style>
border-color css
<style>
span { border-color: #5E8F4B; }
span { border-color: rgb(94,143,75); }
td.TdClassName
{
border-color: #5E8F4B;
}
.TagClassName
{
border-color: #5E8F4B;
}
</style>