Shades of Kelly Green #50A002
Tints of Kelly Green #50A002
RGB
CMYK
RGB Variations
Color information
#50A002 (or 0x50A002) is known color: Kelly Green. HEX triplet: 50, A0 and 02. RGB value is (80,160,2). Sum of RGB (Red+Green+Blue) = 80+160+2=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #50A002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A002 is #AF5FFD. Grayscale: #767676. Windows color (decimal): -11493374 or 172112. OLE color: 172112.
HSL color Cylindrical-coordinate representation of color #50A002: hue angle of 90.38º degrees, saturation: 0.98, 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 #50A002 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 2 | - |
| CMYK | 0.5 | 0 | 0.99 | 0.37 |
| HSL | 90.38º | 0.98% | 0.32% | - |
| HSV(B) | 90.38º | 0.99% | 0.63% | - |
| XYZ | 15.89 | 26.85 | 4.4 | - |
| YUV | 118.07 | 62.5 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 2 | 0.5 | 0 | 0.99 | 0.37 | 90.38 | 0.98 | 0.32 |
| Hex | 50 | A0 | 2 | 32 | 0 | 63 | 25 | 5A | 62 | 20 |
| Octal | 120 | 240 | 2 | 62 | 0 | 143 | 45 | 132 | 142 | 40 |
| Binary | 1010000 | 10100000 | 10 | 110010 | 0 | 1100011 | 100101 | 1011010 | 1100010 | 100000 |
Color Harmonies of #50A002
Complementary color
Monochromatic Colors of #50A002
Black with #50A002
Text Example
Text Example
White with #50A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A002; }
p { color: rgb(80,160,2); }
H1.HeaderClassName
{
color: #50A002;
}
.AnyTagClassName
{
color: #50A002;
}
</style>
background-color css
<style>
a { background-color: #50A002; }
a { background-color: rgb(80,160,2); }
div.DivClassName
{
background-color: #50A002;
}
.BgClassName
{
background-color: #50A002;
}
</style>
border-color css
<style>
span { border-color: #50A002; }
span { border-color: rgb(80,160,2); }
td.TdClassName
{
border-color: #50A002;
}
.TagClassName
{
border-color: #50A002;
}
</style>