Shades of Kelly Green #50AD19
Tints of Kelly Green #50AD19
RGB
CMYK
RGB Variations
Color information
#50AD19 (or 0x50AD19) is known color: Kelly Green. HEX triplet: 50, AD and 19. RGB value is (80,173,25). Sum of RGB (Red+Green+Blue) = 80+173+25=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 173 (67.97% from 255 or 62.23% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AD19 is #AF52E6. Grayscale: #808080. Windows color (decimal): -11490023 or 1682768. OLE color: 1682768.
HSL color Cylindrical-coordinate representation of color #50AD19: hue angle of 97.7º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50AD19 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 173 | 25 | - |
| CMYK | 0.54 | 0 | 0.86 | 0.32 |
| HSL | 97.7º | 0.75% | 0.39% | - |
| HSV(B) | 97.7º | 0.86% | 0.68% | - |
| XYZ | 18.43 | 31.66 | 6.06 | - |
| YUV | 128.32 | 69.69 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 25 | 0.54 | 0 | 0.86 | 0.32 | 97.7 | 0.75 | 0.39 |
| Hex | 50 | AD | 19 | 36 | 0 | 56 | 20 | 62 | 4B | 27 |
| Octal | 120 | 255 | 31 | 66 | 0 | 126 | 40 | 142 | 113 | 47 |
| Binary | 1010000 | 10101101 | 11001 | 110110 | 0 | 1010110 | 100000 | 1100010 | 1001011 | 100111 |
Color Harmonies of #50AD19
Complementary color
Monochromatic Colors of #50AD19
Black with #50AD19
Text Example
Text Example
White with #50AD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AD19; }
p { color: rgb(80,173,25); }
H1.HeaderClassName
{
color: #50AD19;
}
.AnyTagClassName
{
color: #50AD19;
}
</style>
background-color css
<style>
a { background-color: #50AD19; }
a { background-color: rgb(80,173,25); }
div.DivClassName
{
background-color: #50AD19;
}
.BgClassName
{
background-color: #50AD19;
}
</style>
border-color css
<style>
span { border-color: #50AD19; }
span { border-color: rgb(80,173,25); }
td.TdClassName
{
border-color: #50AD19;
}
.TagClassName
{
border-color: #50AD19;
}
</style>