Shades of Kelly Green #50A801
Tints of Kelly Green #50A801
RGB
CMYK
RGB Variations
Color information
#50A801 (or 0x50A801) is known color: Kelly Green. HEX triplet: 50, A8 and 01. RGB value is (80,168,1). Sum of RGB (Red+Green+Blue) = 80+168+1=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 168 (66.02% from 255 or 67.47% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 168 - color contains mainly: green. Hex color #50A801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A801 is #AF57FE. Grayscale: #7B7B7B. Windows color (decimal): -11491327 or 108624. OLE color: 108624.
HSL color Cylindrical-coordinate representation of color #50A801: hue angle of 91.62º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50A801 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.34 |
| HSL | 91.62º | 0.99% | 0.33% | - |
| HSV(B) | 91.62º | 0.99% | 0.66% | - |
| XYZ | 17.32 | 29.71 | 4.85 | - |
| YUV | 122.65 | 59.35 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 1 | 0.52 | 0 | 0.99 | 0.34 | 91.62 | 0.99 | 0.33 |
| Hex | 50 | A8 | 1 | 34 | 0 | 63 | 22 | 5C | 63 | 21 |
| Octal | 120 | 250 | 1 | 64 | 0 | 143 | 42 | 134 | 143 | 41 |
| Binary | 1010000 | 10101000 | 1 | 110100 | 0 | 1100011 | 100010 | 1011100 | 1100011 | 100001 |
Color Harmonies of #50A801
Complementary color
Monochromatic Colors of #50A801
Black with #50A801
Text Example
Text Example
White with #50A801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A801; }
p { color: rgb(80,168,1); }
H1.HeaderClassName
{
color: #50A801;
}
.AnyTagClassName
{
color: #50A801;
}
</style>
background-color css
<style>
a { background-color: #50A801; }
a { background-color: rgb(80,168,1); }
div.DivClassName
{
background-color: #50A801;
}
.BgClassName
{
background-color: #50A801;
}
</style>
border-color css
<style>
span { border-color: #50A801; }
span { border-color: rgb(80,168,1); }
td.TdClassName
{
border-color: #50A801;
}
.TagClassName
{
border-color: #50A801;
}
</style>