Shades of Kelly Green #50C921
Tints of Kelly Green #50C921
RGB
CMYK
RGB Variations
Color information
#50C921 (or 0x50C921) is known color: Kelly Green. HEX triplet: 50, C9 and 21. RGB value is (80,201,33). Sum of RGB (Red+Green+Blue) = 80+201+33=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 201 (78.91% from 255 or 64.01% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 201 - color contains mainly: green. Hex color #50C921 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C921 is #AF36DE. Grayscale: #929292. Windows color (decimal): -11482847 or 2214224. OLE color: 2214224.
HSL color Cylindrical-coordinate representation of color #50C921: hue angle of 103.21º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50C921 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 33 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.21 |
| HSL | 103.21º | 0.72% | 0.46% | - |
| HSV(B) | 103.21º | 0.84% | 0.79% | - |
| XYZ | 24.47 | 43.59 | 8.56 | - |
| YUV | 145.67 | 64.41 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 33 | 0.60 | 0 | 0.84 | 0.21 | 103.21 | 0.72 | 0.46 |
| Hex | 50 | C9 | 21 | 3C | 0 | 54 | 15 | 67 | 48 | 2E |
| Octal | 120 | 311 | 41 | 74 | 0 | 124 | 25 | 147 | 110 | 56 |
| Binary | 1010000 | 11001001 | 100001 | 111100 | 0 | 1010100 | 10101 | 1100111 | 1001000 | 101110 |
Color Harmonies of #50C921
Complementary color
Monochromatic Colors of #50C921
Black with #50C921
Text Example
Text Example
White with #50C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C921; }
p { color: rgb(80,201,33); }
H1.HeaderClassName
{
color: #50C921;
}
.AnyTagClassName
{
color: #50C921;
}
</style>
background-color css
<style>
a { background-color: #50C921; }
a { background-color: rgb(80,201,33); }
div.DivClassName
{
background-color: #50C921;
}
.BgClassName
{
background-color: #50C921;
}
</style>
border-color css
<style>
span { border-color: #50C921; }
span { border-color: rgb(80,201,33); }
td.TdClassName
{
border-color: #50C921;
}
.TagClassName
{
border-color: #50C921;
}
</style>