Shades of Kelly Green #50A001
Tints of Kelly Green #50A001
RGB
CMYK
RGB Variations
Color information
#50A001 (or 0x50A001) is known color: Kelly Green. HEX triplet: 50, A0 and 01. RGB value is (80,160,1). Sum of RGB (Red+Green+Blue) = 80+160+1=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #50A001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A001 is #AF5FFE. Grayscale: #767676. Windows color (decimal): -11493375 or 106576. OLE color: 106576.
HSL color Cylindrical-coordinate representation of color #50A001: hue angle of 90.19º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50A001 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 1 | - |
| CMYK | 0.5 | 0 | 0.99 | 0.37 |
| HSL | 90.19º | 0.99% | 0.32% | - |
| HSV(B) | 90.19º | 0.99% | 0.63% | - |
| XYZ | 15.88 | 26.85 | 4.37 | - |
| YUV | 117.95 | 62 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 1 | 0.5 | 0 | 0.99 | 0.37 | 90.19 | 0.99 | 0.32 |
| Hex | 50 | A0 | 1 | 32 | 0 | 63 | 25 | 5A | 63 | 20 |
| Octal | 120 | 240 | 1 | 62 | 0 | 143 | 45 | 132 | 143 | 40 |
| Binary | 1010000 | 10100000 | 1 | 110010 | 0 | 1100011 | 100101 | 1011010 | 1100011 | 100000 |
Color Harmonies of #50A001
Complementary color
Monochromatic Colors of #50A001
Black with #50A001
Text Example
Text Example
White with #50A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A001; }
p { color: rgb(80,160,1); }
H1.HeaderClassName
{
color: #50A001;
}
.AnyTagClassName
{
color: #50A001;
}
</style>
background-color css
<style>
a { background-color: #50A001; }
a { background-color: rgb(80,160,1); }
div.DivClassName
{
background-color: #50A001;
}
.BgClassName
{
background-color: #50A001;
}
</style>
border-color css
<style>
span { border-color: #50A001; }
span { border-color: rgb(80,160,1); }
td.TdClassName
{
border-color: #50A001;
}
.TagClassName
{
border-color: #50A001;
}
</style>