Shades of Kelly Green #50C22D
Tints of Kelly Green #50C22D
RGB
CMYK
RGB Variations
Color information
#50C22D (or 0x50C22D) is known color: Kelly Green. HEX triplet: 50, C2 and 2D. RGB value is (80,194,45). Sum of RGB (Red+Green+Blue) = 80+194+45=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #50C22D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C22D is #AF3DD2. Grayscale: #8F8F8F. Windows color (decimal): -11484627 or 2998864. OLE color: 2998864.
HSL color Cylindrical-coordinate representation of color #50C22D: hue angle of 105.91º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50C22D is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 194 | 45 | - |
| CMYK | 0.59 | 0 | 0.77 | 0.24 |
| HSL | 105.91º | 0.62% | 0.47% | - |
| HSV(B) | 105.91º | 0.77% | 0.76% | - |
| XYZ | 23.07 | 40.48 | 9.08 | - |
| YUV | 142.93 | 72.73 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 194 | 45 | 0.59 | 0 | 0.77 | 0.24 | 105.91 | 0.62 | 0.47 |
| Hex | 50 | C2 | 2D | 3B | 0 | 4D | 18 | 6A | 3E | 2F |
| Octal | 120 | 302 | 55 | 73 | 0 | 115 | 30 | 152 | 76 | 57 |
| Binary | 1010000 | 11000010 | 101101 | 111011 | 0 | 1001101 | 11000 | 1101010 | 111110 | 101111 |
Color Harmonies of #50C22D
Complementary color
Monochromatic Colors of #50C22D
Black with #50C22D
Text Example
Text Example
White with #50C22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C22D; }
p { color: rgb(80,194,45); }
H1.HeaderClassName
{
color: #50C22D;
}
.AnyTagClassName
{
color: #50C22D;
}
</style>
background-color css
<style>
a { background-color: #50C22D; }
a { background-color: rgb(80,194,45); }
div.DivClassName
{
background-color: #50C22D;
}
.BgClassName
{
background-color: #50C22D;
}
</style>
border-color css
<style>
span { border-color: #50C22D; }
span { border-color: rgb(80,194,45); }
td.TdClassName
{
border-color: #50C22D;
}
.TagClassName
{
border-color: #50C22D;
}
</style>