Shades of Kelly Green #50C922
Tints of Kelly Green #50C922
RGB
CMYK
RGB Variations
Color information
#50C922 (or 0x50C922) is known color: Kelly Green. HEX triplet: 50, C9 and 22. RGB value is (80,201,34). Sum of RGB (Red+Green+Blue) = 80+201+34=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 201 (78.91% from 255 or 63.81% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 201 - color contains mainly: green. Hex color #50C922 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C922 is #AF36DD. Grayscale: #929292. Windows color (decimal): -11482846 or 2279760. OLE color: 2279760.
HSL color Cylindrical-coordinate representation of color #50C922: hue angle of 103.47º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50C922 is Cyan = 0.60, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 34 | - |
| CMYK | 0.60 | 0 | 0.83 | 0.21 |
| HSL | 103.47º | 0.71% | 0.46% | - |
| HSV(B) | 103.47º | 0.83% | 0.79% | - |
| XYZ | 24.48 | 43.59 | 8.64 | - |
| YUV | 145.78 | 64.91 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 34 | 0.60 | 0 | 0.83 | 0.21 | 103.47 | 0.71 | 0.46 |
| Hex | 50 | C9 | 22 | 3C | 0 | 53 | 15 | 67 | 47 | 2E |
| Octal | 120 | 311 | 42 | 74 | 0 | 123 | 25 | 147 | 107 | 56 |
| Binary | 1010000 | 11001001 | 100010 | 111100 | 0 | 1010011 | 10101 | 1100111 | 1000111 | 101110 |
Color Harmonies of #50C922
Complementary color
Monochromatic Colors of #50C922
Black with #50C922
Text Example
Text Example
White with #50C922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C922; }
p { color: rgb(80,201,34); }
H1.HeaderClassName
{
color: #50C922;
}
.AnyTagClassName
{
color: #50C922;
}
</style>
background-color css
<style>
a { background-color: #50C922; }
a { background-color: rgb(80,201,34); }
div.DivClassName
{
background-color: #50C922;
}
.BgClassName
{
background-color: #50C922;
}
</style>
border-color css
<style>
span { border-color: #50C922; }
span { border-color: rgb(80,201,34); }
td.TdClassName
{
border-color: #50C922;
}
.TagClassName
{
border-color: #50C922;
}
</style>