Shades of Kelly Green #50AC26
Tints of Kelly Green #50AC26
RGB
CMYK
RGB Variations
Color information
#50AC26 (or 0x50AC26) is known color: Kelly Green. HEX triplet: 50, AC and 26. RGB value is (80,172,38). Sum of RGB (Red+Green+Blue) = 80+172+38=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC26 is #AF53D9. Grayscale: #818181. Windows color (decimal): -11490266 or 2534480. OLE color: 2534480.
HSL color Cylindrical-coordinate representation of color #50AC26: hue angle of 101.19º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50AC26 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 38 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.33 |
| HSL | 101.19º | 0.64% | 0.41% | - |
| HSV(B) | 101.19º | 0.78% | 0.67% | - |
| XYZ | 18.41 | 31.35 | 6.91 | - |
| YUV | 129.22 | 76.52 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 38 | 0.53 | 0 | 0.78 | 0.33 | 101.19 | 0.64 | 0.41 |
| Hex | 50 | AC | 26 | 35 | 0 | 4E | 21 | 65 | 40 | 29 |
| Octal | 120 | 254 | 46 | 65 | 0 | 116 | 41 | 145 | 100 | 51 |
| Binary | 1010000 | 10101100 | 100110 | 110101 | 0 | 1001110 | 100001 | 1100101 | 1000000 | 101001 |
Color Harmonies of #50AC26
Complementary color
Monochromatic Colors of #50AC26
Black with #50AC26
Text Example
Text Example
White with #50AC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC26; }
p { color: rgb(80,172,38); }
H1.HeaderClassName
{
color: #50AC26;
}
.AnyTagClassName
{
color: #50AC26;
}
</style>
background-color css
<style>
a { background-color: #50AC26; }
a { background-color: rgb(80,172,38); }
div.DivClassName
{
background-color: #50AC26;
}
.BgClassName
{
background-color: #50AC26;
}
</style>
border-color css
<style>
span { border-color: #50AC26; }
span { border-color: rgb(80,172,38); }
td.TdClassName
{
border-color: #50AC26;
}
.TagClassName
{
border-color: #50AC26;
}
</style>