Shades of Kelly Green #50E021
Tints of Kelly Green #50E021
RGB
CMYK
RGB Variations
Color information
#50E021 (or 0x50E021) is known color: Kelly Green. HEX triplet: 50, E0 and 21. RGB value is (80,224,33). Sum of RGB (Red+Green+Blue) = 80+224+33=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 224 (87.89% from 255 or 66.47% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 224 - color contains mainly: green. Hex color #50E021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E021 is #AF1FDE. Grayscale: #9F9F9F. Windows color (decimal): -11476959 or 2220112. OLE color: 2220112.
HSL color Cylindrical-coordinate representation of color #50E021: hue angle of 105.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50E021 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 224 | 33 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.12 |
| HSL | 105.24º | 0.75% | 0.5% | - |
| HSV(B) | 105.24º | 0.85% | 0.88% | - |
| XYZ | 30.24 | 55.13 | 10.49 | - |
| YUV | 159.17 | 56.79 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 224 | 33 | 0.64 | 0 | 0.85 | 0.12 | 105.24 | 0.75 | 0.5 |
| Hex | 50 | E0 | 21 | 40 | 0 | 55 | C | 69 | 4B | 32 |
| Octal | 120 | 340 | 41 | 100 | 0 | 125 | 14 | 151 | 113 | 62 |
| Binary | 1010000 | 11100000 | 100001 | 1000000 | 0 | 1010101 | 1100 | 1101001 | 1001011 | 110010 |
Color Harmonies of #50E021
Complementary color
Monochromatic Colors of #50E021
Black with #50E021
Text Example
Text Example
White with #50E021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E021; }
p { color: rgb(80,224,33); }
H1.HeaderClassName
{
color: #50E021;
}
.AnyTagClassName
{
color: #50E021;
}
</style>
background-color css
<style>
a { background-color: #50E021; }
a { background-color: rgb(80,224,33); }
div.DivClassName
{
background-color: #50E021;
}
.BgClassName
{
background-color: #50E021;
}
</style>
border-color css
<style>
span { border-color: #50E021; }
span { border-color: rgb(80,224,33); }
td.TdClassName
{
border-color: #50E021;
}
.TagClassName
{
border-color: #50E021;
}
</style>