Shades of Kelly Green #50DD16
Tints of Kelly Green #50DD16
RGB
CMYK
RGB Variations
Color information
#50DD16 (or 0x50DD16) is known color: Kelly Green. HEX triplet: 50, DD and 16. RGB value is (80,221,22). Sum of RGB (Red+Green+Blue) = 80+221+22=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DD16 is #AF22E9. Grayscale: #9C9C9C. Windows color (decimal): -11477738 or 1498448. OLE color: 1498448.
HSL color Cylindrical-coordinate representation of color #50DD16: hue angle of 102.51º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50DD16 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 221 | 22 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.13 |
| HSL | 102.51º | 0.82% | 0.48% | - |
| HSV(B) | 102.51º | 0.9% | 0.87% | - |
| XYZ | 29.31 | 53.48 | 9.54 | - |
| YUV | 156.16 | 52.29 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 22 | 0.64 | 0 | 0.90 | 0.13 | 102.51 | 0.82 | 0.48 |
| Hex | 50 | DD | 16 | 40 | 0 | 5A | D | 67 | 52 | 30 |
| Octal | 120 | 335 | 26 | 100 | 0 | 132 | 15 | 147 | 122 | 60 |
| Binary | 1010000 | 11011101 | 10110 | 1000000 | 0 | 1011010 | 1101 | 1100111 | 1010010 | 110000 |
Color Harmonies of #50DD16
Complementary color
Monochromatic Colors of #50DD16
Black with #50DD16
Text Example
Text Example
White with #50DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DD16; }
p { color: rgb(80,221,22); }
H1.HeaderClassName
{
color: #50DD16;
}
.AnyTagClassName
{
color: #50DD16;
}
</style>
background-color css
<style>
a { background-color: #50DD16; }
a { background-color: rgb(80,221,22); }
div.DivClassName
{
background-color: #50DD16;
}
.BgClassName
{
background-color: #50DD16;
}
</style>
border-color css
<style>
span { border-color: #50DD16; }
span { border-color: rgb(80,221,22); }
td.TdClassName
{
border-color: #50DD16;
}
.TagClassName
{
border-color: #50DD16;
}
</style>