Shades of Kelly Green #50AA11
Tints of Kelly Green #50AA11
RGB
CMYK
RGB Variations
Color information
#50AA11 (or 0x50AA11) is known color: Kelly Green. HEX triplet: 50, AA and 11. RGB value is (80,170,17). Sum of RGB (Red+Green+Blue) = 80+170+17=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AA11 is #AF55EE. Grayscale: #7E7E7E. Windows color (decimal): -11490799 or 1157712. OLE color: 1157712.
HSL color Cylindrical-coordinate representation of color #50AA11: hue angle of 95.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50AA11 is Cyan = 0.53, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 170 | 17 | - |
| CMYK | 0.53 | 0 | 0.9 | 0.33 |
| HSL | 95.29º | 0.82% | 0.37% | - |
| HSV(B) | 95.29º | 0.9% | 0.67% | - |
| XYZ | 17.78 | 30.5 | 5.48 | - |
| YUV | 125.65 | 66.68 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 17 | 0.53 | 0 | 0.9 | 0.33 | 95.29 | 0.82 | 0.37 |
| Hex | 50 | AA | 11 | 35 | 0 | 5A | 21 | 5F | 52 | 25 |
| Octal | 120 | 252 | 21 | 65 | 0 | 132 | 41 | 137 | 122 | 45 |
| Binary | 1010000 | 10101010 | 10001 | 110101 | 0 | 1011010 | 100001 | 1011111 | 1010010 | 100101 |
Color Harmonies of #50AA11
Complementary color
Monochromatic Colors of #50AA11
Black with #50AA11
Text Example
Text Example
White with #50AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AA11; }
p { color: rgb(80,170,17); }
H1.HeaderClassName
{
color: #50AA11;
}
.AnyTagClassName
{
color: #50AA11;
}
</style>
background-color css
<style>
a { background-color: #50AA11; }
a { background-color: rgb(80,170,17); }
div.DivClassName
{
background-color: #50AA11;
}
.BgClassName
{
background-color: #50AA11;
}
</style>
border-color css
<style>
span { border-color: #50AA11; }
span { border-color: rgb(80,170,17); }
td.TdClassName
{
border-color: #50AA11;
}
.TagClassName
{
border-color: #50AA11;
}
</style>