Shades of Kelly Green #50D219
Tints of Kelly Green #50D219
RGB
CMYK
RGB Variations
Color information
#50D219 (or 0x50D219) is known color: Kelly Green. HEX triplet: 50, D2 and 19. RGB value is (80,210,25). Sum of RGB (Red+Green+Blue) = 80+210+25=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 210 (82.42% from 255 or 66.67% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 210 - color contains mainly: green. Hex color #50D219 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D219 is #AF2DE6. Grayscale: #969696. Windows color (decimal): -11480551 or 1692240. OLE color: 1692240.
HSL color Cylindrical-coordinate representation of color #50D219: hue angle of 102.16º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50D219 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 210 | 25 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.18 |
| HSL | 102.16º | 0.79% | 0.46% | - |
| HSV(B) | 102.16º | 0.88% | 0.82% | - |
| XYZ | 26.53 | 47.87 | 8.76 | - |
| YUV | 150.04 | 57.43 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 25 | 0.62 | 0 | 0.88 | 0.18 | 102.16 | 0.79 | 0.46 |
| Hex | 50 | D2 | 19 | 3E | 0 | 58 | 12 | 66 | 4F | 2E |
| Octal | 120 | 322 | 31 | 76 | 0 | 130 | 22 | 146 | 117 | 56 |
| Binary | 1010000 | 11010010 | 11001 | 111110 | 0 | 1011000 | 10010 | 1100110 | 1001111 | 101110 |
Color Harmonies of #50D219
Complementary color
Monochromatic Colors of #50D219
Black with #50D219
Text Example
Text Example
White with #50D219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D219; }
p { color: rgb(80,210,25); }
H1.HeaderClassName
{
color: #50D219;
}
.AnyTagClassName
{
color: #50D219;
}
</style>
background-color css
<style>
a { background-color: #50D219; }
a { background-color: rgb(80,210,25); }
div.DivClassName
{
background-color: #50D219;
}
.BgClassName
{
background-color: #50D219;
}
</style>
border-color css
<style>
span { border-color: #50D219; }
span { border-color: rgb(80,210,25); }
td.TdClassName
{
border-color: #50D219;
}
.TagClassName
{
border-color: #50D219;
}
</style>