Shades of Kelly Green #50A821
Tints of Kelly Green #50A821
RGB
CMYK
RGB Variations
Color information
#50A821 (or 0x50A821) is known color: Kelly Green. HEX triplet: 50, A8 and 21. RGB value is (80,168,33). Sum of RGB (Red+Green+Blue) = 80+168+33=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #50A821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A821 is #AF57DE. Grayscale: #7E7E7E. Windows color (decimal): -11491295 or 2205776. OLE color: 2205776.
HSL color Cylindrical-coordinate representation of color #50A821: hue angle of 99.11º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50A821 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 33 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.34 |
| HSL | 99.11º | 0.67% | 0.39% | - |
| HSV(B) | 99.11º | 0.8% | 0.66% | - |
| XYZ | 17.59 | 29.82 | 6.27 | - |
| YUV | 126.3 | 75.35 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 33 | 0.52 | 0 | 0.80 | 0.34 | 99.11 | 0.67 | 0.39 |
| Hex | 50 | A8 | 21 | 34 | 0 | 50 | 22 | 63 | 43 | 27 |
| Octal | 120 | 250 | 41 | 64 | 0 | 120 | 42 | 143 | 103 | 47 |
| Binary | 1010000 | 10101000 | 100001 | 110100 | 0 | 1010000 | 100010 | 1100011 | 1000011 | 100111 |
Color Harmonies of #50A821
Complementary color
Monochromatic Colors of #50A821
Black with #50A821
Text Example
Text Example
White with #50A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A821; }
p { color: rgb(80,168,33); }
H1.HeaderClassName
{
color: #50A821;
}
.AnyTagClassName
{
color: #50A821;
}
</style>
background-color css
<style>
a { background-color: #50A821; }
a { background-color: rgb(80,168,33); }
div.DivClassName
{
background-color: #50A821;
}
.BgClassName
{
background-color: #50A821;
}
</style>
border-color css
<style>
span { border-color: #50A821; }
span { border-color: rgb(80,168,33); }
td.TdClassName
{
border-color: #50A821;
}
.TagClassName
{
border-color: #50A821;
}
</style>