Shades of Kelly Green #50D122
Tints of Kelly Green #50D122
RGB
CMYK
RGB Variations
Color information
#50D122 (or 0x50D122) is known color: Kelly Green. HEX triplet: 50, D1 and 22. RGB value is (80,209,34). Sum of RGB (Red+Green+Blue) = 80+209+34=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 209 (82.03% from 255 or 64.71% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 209 - color contains mainly: green. Hex color #50D122 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D122 is #AF2EDD. Grayscale: #979797. Windows color (decimal): -11480798 or 2281808. OLE color: 2281808.
HSL color Cylindrical-coordinate representation of color #50D122: hue angle of 104.23º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50D122 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 209 | 34 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.18 |
| HSL | 104.23º | 0.72% | 0.48% | - |
| HSV(B) | 104.23º | 0.84% | 0.82% | - |
| XYZ | 26.4 | 47.42 | 9.28 | - |
| YUV | 150.48 | 62.26 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 209 | 34 | 0.62 | 0 | 0.84 | 0.18 | 104.23 | 0.72 | 0.48 |
| Hex | 50 | D1 | 22 | 3E | 0 | 54 | 12 | 68 | 48 | 30 |
| Octal | 120 | 321 | 42 | 76 | 0 | 124 | 22 | 150 | 110 | 60 |
| Binary | 1010000 | 11010001 | 100010 | 111110 | 0 | 1010100 | 10010 | 1101000 | 1001000 | 110000 |
Color Harmonies of #50D122
Complementary color
Monochromatic Colors of #50D122
Black with #50D122
Text Example
Text Example
White with #50D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D122; }
p { color: rgb(80,209,34); }
H1.HeaderClassName
{
color: #50D122;
}
.AnyTagClassName
{
color: #50D122;
}
</style>
background-color css
<style>
a { background-color: #50D122; }
a { background-color: rgb(80,209,34); }
div.DivClassName
{
background-color: #50D122;
}
.BgClassName
{
background-color: #50D122;
}
</style>
border-color css
<style>
span { border-color: #50D122; }
span { border-color: rgb(80,209,34); }
td.TdClassName
{
border-color: #50D122;
}
.TagClassName
{
border-color: #50D122;
}
</style>