Shades of Kelly Green #50D200
Tints of Kelly Green #50D200
RGB
CMYK
RGB Variations
Color information
#50D200 (or 0x50D200) is known color: Kelly Green. HEX triplet: 50, D2 and 00. RGB value is (80,210,0). Sum of RGB (Red+Green+Blue) = 80+210+0=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 210 (82.42% from 255 or 72.41% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 210 - color contains mainly: green. Hex color #50D200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D200 is #AF2DFF. Grayscale: #939393. Windows color (decimal): -11480576 or 53840. OLE color: 53840.
HSL color Cylindrical-coordinate representation of color #50D200: hue angle of 97.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50D200 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 210 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.18 |
| HSL | 97.14º | 1% | 0.41% | - |
| HSV(B) | 97.14º | 1% | 0.82% | - |
| XYZ | 26.35 | 47.8 | 7.84 | - |
| YUV | 147.19 | 44.93 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 0 | 0.62 | 0 | 1 | 0.18 | 97.14 | 1 | 0.41 |
| Hex | 50 | D2 | 0 | 3E | 0 | 64 | 12 | 61 | 64 | 29 |
| Octal | 120 | 322 | 0 | 76 | 0 | 144 | 22 | 141 | 144 | 51 |
| Binary | 1010000 | 11010010 | 0 | 111110 | 0 | 1100100 | 10010 | 1100001 | 1100100 | 101001 |
Color Harmonies of #50D200
Complementary color
Monochromatic Colors of #50D200
Black with #50D200
Text Example
Text Example
White with #50D200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D200; }
p { color: rgb(80,210,0); }
H1.HeaderClassName
{
color: #50D200;
}
.AnyTagClassName
{
color: #50D200;
}
</style>
background-color css
<style>
a { background-color: #50D200; }
a { background-color: rgb(80,210,0); }
div.DivClassName
{
background-color: #50D200;
}
.BgClassName
{
background-color: #50D200;
}
</style>
border-color css
<style>
span { border-color: #50D200; }
span { border-color: rgb(80,210,0); }
td.TdClassName
{
border-color: #50D200;
}
.TagClassName
{
border-color: #50D200;
}
</style>