Shades of Kelly Green #50C800
Tints of Kelly Green #50C800
RGB
CMYK
RGB Variations
Color information
#50C800 (or 0x50C800) is known color: Kelly Green. HEX triplet: 50, C8 and 00. RGB value is (80,200,0). Sum of RGB (Red+Green+Blue) = 80+200+0=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 200 (78.52% from 255 or 71.43% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 200 - color contains mainly: green. Hex color #50C800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C800 is #AF37FF. Grayscale: #8E8E8E. Windows color (decimal): -11483136 or 51280. OLE color: 51280.
HSL color Cylindrical-coordinate representation of color #50C800: hue angle of 96º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50C800 is Cyan = 0.6, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 200 | 0 | - |
| CMYK | 0.6 | 0 | 1 | 0.22 |
| HSL | 96º | 1% | 0.39% | - |
| HSV(B) | 96º | 1% | 0.78% | - |
| XYZ | 23.96 | 43.01 | 7.04 | - |
| YUV | 141.32 | 48.24 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 200 | 0 | 0.6 | 0 | 1 | 0.22 | 96 | 1 | 0.39 |
| Hex | 50 | C8 | 0 | 3C | 0 | 64 | 16 | 60 | 64 | 27 |
| Octal | 120 | 310 | 0 | 74 | 0 | 144 | 26 | 140 | 144 | 47 |
| Binary | 1010000 | 11001000 | 0 | 111100 | 0 | 1100100 | 10110 | 1100000 | 1100100 | 100111 |
Color Harmonies of #50C800
Complementary color
Monochromatic Colors of #50C800
Black with #50C800
Text Example
Text Example
White with #50C800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C800; }
p { color: rgb(80,200,0); }
H1.HeaderClassName
{
color: #50C800;
}
.AnyTagClassName
{
color: #50C800;
}
</style>
background-color css
<style>
a { background-color: #50C800; }
a { background-color: rgb(80,200,0); }
div.DivClassName
{
background-color: #50C800;
}
.BgClassName
{
background-color: #50C800;
}
</style>
border-color css
<style>
span { border-color: #50C800; }
span { border-color: rgb(80,200,0); }
td.TdClassName
{
border-color: #50C800;
}
.TagClassName
{
border-color: #50C800;
}
</style>