Shades of Kelly Green #50AC22
Tints of Kelly Green #50AC22
RGB
CMYK
RGB Variations
Color information
#50AC22 (or 0x50AC22) is known color: Kelly Green. HEX triplet: 50, AC and 22. RGB value is (80,172,34). Sum of RGB (Red+Green+Blue) = 80+172+34=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC22 is #AF53DD. Grayscale: #818181. Windows color (decimal): -11490270 or 2272336. OLE color: 2272336.
HSL color Cylindrical-coordinate representation of color #50AC22: hue angle of 100º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50AC22 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 34 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.33 |
| HSL | 100º | 0.67% | 0.4% | - |
| HSV(B) | 100º | 0.8% | 0.67% | - |
| XYZ | 18.35 | 31.33 | 6.59 | - |
| YUV | 128.76 | 74.52 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 34 | 0.53 | 0 | 0.80 | 0.33 | 100 | 0.67 | 0.4 |
| Hex | 50 | AC | 22 | 35 | 0 | 50 | 21 | 64 | 43 | 28 |
| Octal | 120 | 254 | 42 | 65 | 0 | 120 | 41 | 144 | 103 | 50 |
| Binary | 1010000 | 10101100 | 100010 | 110101 | 0 | 1010000 | 100001 | 1100100 | 1000011 | 101000 |
Color Harmonies of #50AC22
Complementary color
Monochromatic Colors of #50AC22
Black with #50AC22
Text Example
Text Example
White with #50AC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC22; }
p { color: rgb(80,172,34); }
H1.HeaderClassName
{
color: #50AC22;
}
.AnyTagClassName
{
color: #50AC22;
}
</style>
background-color css
<style>
a { background-color: #50AC22; }
a { background-color: rgb(80,172,34); }
div.DivClassName
{
background-color: #50AC22;
}
.BgClassName
{
background-color: #50AC22;
}
</style>
border-color css
<style>
span { border-color: #50AC22; }
span { border-color: rgb(80,172,34); }
td.TdClassName
{
border-color: #50AC22;
}
.TagClassName
{
border-color: #50AC22;
}
</style>