Shades of Green Leaf #507E11
Tints of Green Leaf #507E11
RGB
CMYK
RGB Variations
Color information
#507E11 (or 0x507E11) is known color: Green Leaf. HEX triplet: 50, 7E and 11. RGB value is (80,126,17). Sum of RGB (Red+Green+Blue) = 80+126+17=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #507E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507E11 is #AF81EE. Grayscale: #646464. Windows color (decimal): -11502063 or 1146448. OLE color: 1146448.
HSL color Cylindrical-coordinate representation of color #507E11: hue angle of 85.32º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #507E11 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 126 | 17 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.51 |
| HSL | 85.32º | 0.76% | 0.28% | - |
| HSV(B) | 85.32º | 0.87% | 0.49% | - |
| XYZ | 10.87 | 16.67 | 3.17 | - |
| YUV | 99.82 | 81.26 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 17 | 0.37 | 0 | 0.87 | 0.51 | 85.32 | 0.76 | 0.28 |
| Hex | 50 | 7E | 11 | 25 | 0 | 57 | 33 | 55 | 4C | 1C |
| Octal | 120 | 176 | 21 | 45 | 0 | 127 | 63 | 125 | 114 | 34 |
| Binary | 1010000 | 1111110 | 10001 | 100101 | 0 | 1010111 | 110011 | 1010101 | 1001100 | 11100 |
Color Harmonies of #507E11
Complementary color
Monochromatic Colors of #507E11
Black with #507E11
Text Example
Text Example
White with #507E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507E11; }
p { color: rgb(80,126,17); }
H1.HeaderClassName
{
color: #507E11;
}
.AnyTagClassName
{
color: #507E11;
}
</style>
background-color css
<style>
a { background-color: #507E11; }
a { background-color: rgb(80,126,17); }
div.DivClassName
{
background-color: #507E11;
}
.BgClassName
{
background-color: #507E11;
}
</style>
border-color css
<style>
span { border-color: #507E11; }
span { border-color: rgb(80,126,17); }
td.TdClassName
{
border-color: #507E11;
}
.TagClassName
{
border-color: #507E11;
}
</style>