Shades of Kelly Green #50A826
Tints of Kelly Green #50A826
RGB
CMYK
RGB Variations
Color information
#50A826 (or 0x50A826) is known color: Kelly Green. HEX triplet: 50, A8 and 26. RGB value is (80,168,38). Sum of RGB (Red+Green+Blue) = 80+168+38=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 168 (66.02% from 255 or 58.74% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 168 - color contains mainly: green. Hex color #50A826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A826 is #AF57D9. Grayscale: #7F7F7F. Windows color (decimal): -11491290 or 2533456. OLE color: 2533456.
HSL color Cylindrical-coordinate representation of color #50A826: hue angle of 100.62º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50A826 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 38 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.34 |
| HSL | 100.62º | 0.63% | 0.4% | - |
| HSV(B) | 100.62º | 0.77% | 0.66% | - |
| XYZ | 17.66 | 29.85 | 6.66 | - |
| YUV | 126.87 | 77.85 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 38 | 0.52 | 0 | 0.77 | 0.34 | 100.62 | 0.63 | 0.4 |
| Hex | 50 | A8 | 26 | 34 | 0 | 4D | 22 | 65 | 3F | 28 |
| Octal | 120 | 250 | 46 | 64 | 0 | 115 | 42 | 145 | 77 | 50 |
| Binary | 1010000 | 10101000 | 100110 | 110100 | 0 | 1001101 | 100010 | 1100101 | 111111 | 101000 |
Color Harmonies of #50A826
Complementary color
Monochromatic Colors of #50A826
Black with #50A826
Text Example
Text Example
White with #50A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A826; }
p { color: rgb(80,168,38); }
H1.HeaderClassName
{
color: #50A826;
}
.AnyTagClassName
{
color: #50A826;
}
</style>
background-color css
<style>
a { background-color: #50A826; }
a { background-color: rgb(80,168,38); }
div.DivClassName
{
background-color: #50A826;
}
.BgClassName
{
background-color: #50A826;
}
</style>
border-color css
<style>
span { border-color: #50A826; }
span { border-color: rgb(80,168,38); }
td.TdClassName
{
border-color: #50A826;
}
.TagClassName
{
border-color: #50A826;
}
</style>