Shades of Kelly Green #50D300
Tints of Kelly Green #50D300
RGB
CMYK
RGB Variations
Color information
#50D300 (or 0x50D300) is known color: Kelly Green. HEX triplet: 50, D3 and 00. RGB value is (80,211,0). Sum of RGB (Red+Green+Blue) = 80+211+0=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 211 (82.81% from 255 or 72.51% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 211 - color contains mainly: green. Hex color #50D300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D300 is #AF2CFF. Grayscale: #949494. Windows color (decimal): -11480320 or 54096. OLE color: 54096.
HSL color Cylindrical-coordinate representation of color #50D300: hue angle of 97.25º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50D300 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.17 |
| HSL | 97.25º | 1% | 0.41% | - |
| HSV(B) | 97.25º | 1% | 0.83% | - |
| XYZ | 26.6 | 48.29 | 7.92 | - |
| YUV | 147.78 | 44.6 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 0 | 0.62 | 0 | 1 | 0.17 | 97.25 | 1 | 0.41 |
| Hex | 50 | D3 | 0 | 3E | 0 | 64 | 11 | 61 | 64 | 29 |
| Octal | 120 | 323 | 0 | 76 | 0 | 144 | 21 | 141 | 144 | 51 |
| Binary | 1010000 | 11010011 | 0 | 111110 | 0 | 1100100 | 10001 | 1100001 | 1100100 | 101001 |
Color Harmonies of #50D300
Complementary color
Monochromatic Colors of #50D300
Black with #50D300
Text Example
Text Example
White with #50D300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D300; }
p { color: rgb(80,211,0); }
H1.HeaderClassName
{
color: #50D300;
}
.AnyTagClassName
{
color: #50D300;
}
</style>
background-color css
<style>
a { background-color: #50D300; }
a { background-color: rgb(80,211,0); }
div.DivClassName
{
background-color: #50D300;
}
.BgClassName
{
background-color: #50D300;
}
</style>
border-color css
<style>
span { border-color: #50D300; }
span { border-color: rgb(80,211,0); }
td.TdClassName
{
border-color: #50D300;
}
.TagClassName
{
border-color: #50D300;
}
</style>