Shades of Kelly Green #50AB16
Tints of Kelly Green #50AB16
RGB
CMYK
RGB Variations
Color information
#50AB16 (or 0x50AB16) is known color: Kelly Green. HEX triplet: 50, AB and 16. RGB value is (80,171,22). Sum of RGB (Red+Green+Blue) = 80+171+22=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AB16 is #AF54E9. Grayscale: #7F7F7F. Windows color (decimal): -11490538 or 1485648. OLE color: 1485648.
HSL color Cylindrical-coordinate representation of color #50AB16: hue angle of 96.64º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50AB16 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 171 | 22 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.33 |
| HSL | 96.64º | 0.77% | 0.38% | - |
| HSV(B) | 96.64º | 0.87% | 0.67% | - |
| XYZ | 18.02 | 30.89 | 5.77 | - |
| YUV | 126.81 | 68.85 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 22 | 0.53 | 0 | 0.87 | 0.33 | 96.64 | 0.77 | 0.38 |
| Hex | 50 | AB | 16 | 35 | 0 | 57 | 21 | 61 | 4D | 26 |
| Octal | 120 | 253 | 26 | 65 | 0 | 127 | 41 | 141 | 115 | 46 |
| Binary | 1010000 | 10101011 | 10110 | 110101 | 0 | 1010111 | 100001 | 1100001 | 1001101 | 100110 |
Color Harmonies of #50AB16
Complementary color
Monochromatic Colors of #50AB16
Black with #50AB16
Text Example
Text Example
White with #50AB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AB16; }
p { color: rgb(80,171,22); }
H1.HeaderClassName
{
color: #50AB16;
}
.AnyTagClassName
{
color: #50AB16;
}
</style>
background-color css
<style>
a { background-color: #50AB16; }
a { background-color: rgb(80,171,22); }
div.DivClassName
{
background-color: #50AB16;
}
.BgClassName
{
background-color: #50AB16;
}
</style>
border-color css
<style>
span { border-color: #50AB16; }
span { border-color: rgb(80,171,22); }
td.TdClassName
{
border-color: #50AB16;
}
.TagClassName
{
border-color: #50AB16;
}
</style>