Shades of Kelly Green #50AF16
Tints of Kelly Green #50AF16
RGB
CMYK
RGB Variations
Color information
#50AF16 (or 0x50AF16) is known color: Kelly Green. HEX triplet: 50, AF and 16. RGB value is (80,175,22). Sum of RGB (Red+Green+Blue) = 80+175+22=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF16 is #AF50E9. Grayscale: #818181. Windows color (decimal): -11489514 or 1486672. OLE color: 1486672.
HSL color Cylindrical-coordinate representation of color #50AF16: hue angle of 97.25º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50AF16 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 22 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.31 |
| HSL | 97.25º | 0.78% | 0.39% | - |
| HSV(B) | 97.25º | 0.87% | 0.69% | - |
| XYZ | 18.78 | 32.42 | 6.03 | - |
| YUV | 129.15 | 67.53 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 22 | 0.54 | 0 | 0.87 | 0.31 | 97.25 | 0.78 | 0.39 |
| Hex | 50 | AF | 16 | 36 | 0 | 57 | 1F | 61 | 4E | 27 |
| Octal | 120 | 257 | 26 | 66 | 0 | 127 | 37 | 141 | 116 | 47 |
| Binary | 1010000 | 10101111 | 10110 | 110110 | 0 | 1010111 | 11111 | 1100001 | 1001110 | 100111 |
Color Harmonies of #50AF16
Complementary color
Monochromatic Colors of #50AF16
Black with #50AF16
Text Example
Text Example
White with #50AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AF16; }
p { color: rgb(80,175,22); }
H1.HeaderClassName
{
color: #50AF16;
}
.AnyTagClassName
{
color: #50AF16;
}
</style>
background-color css
<style>
a { background-color: #50AF16; }
a { background-color: rgb(80,175,22); }
div.DivClassName
{
background-color: #50AF16;
}
.BgClassName
{
background-color: #50AF16;
}
</style>
border-color css
<style>
span { border-color: #50AF16; }
span { border-color: rgb(80,175,22); }
td.TdClassName
{
border-color: #50AF16;
}
.TagClassName
{
border-color: #50AF16;
}
</style>