Shades of Kelly Green #50D321
Tints of Kelly Green #50D321
RGB
CMYK
RGB Variations
Color information
#50D321 (or 0x50D321) is known color: Kelly Green. HEX triplet: 50, D3 and 21. RGB value is (80,211,33). Sum of RGB (Red+Green+Blue) = 80+211+33=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 211 (82.81% from 255 or 65.12% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 211 - color contains mainly: green. Hex color #50D321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D321 is #AF2CDE. Grayscale: #989898. Windows color (decimal): -11480287 or 2216784. OLE color: 2216784.
HSL color Cylindrical-coordinate representation of color #50D321: hue angle of 104.16º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50D321 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 33 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.17 |
| HSL | 104.16º | 0.73% | 0.48% | - |
| HSV(B) | 104.16º | 0.84% | 0.83% | - |
| XYZ | 26.88 | 48.4 | 9.37 | - |
| YUV | 151.54 | 61.1 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 33 | 0.62 | 0 | 0.84 | 0.17 | 104.16 | 0.73 | 0.48 |
| Hex | 50 | D3 | 21 | 3E | 0 | 54 | 11 | 68 | 49 | 30 |
| Octal | 120 | 323 | 41 | 76 | 0 | 124 | 21 | 150 | 111 | 60 |
| Binary | 1010000 | 11010011 | 100001 | 111110 | 0 | 1010100 | 10001 | 1101000 | 1001001 | 110000 |
Color Harmonies of #50D321
Complementary color
Monochromatic Colors of #50D321
Black with #50D321
Text Example
Text Example
White with #50D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D321; }
p { color: rgb(80,211,33); }
H1.HeaderClassName
{
color: #50D321;
}
.AnyTagClassName
{
color: #50D321;
}
</style>
background-color css
<style>
a { background-color: #50D321; }
a { background-color: rgb(80,211,33); }
div.DivClassName
{
background-color: #50D321;
}
.BgClassName
{
background-color: #50D321;
}
</style>
border-color css
<style>
span { border-color: #50D321; }
span { border-color: rgb(80,211,33); }
td.TdClassName
{
border-color: #50D321;
}
.TagClassName
{
border-color: #50D321;
}
</style>