Shades of Kelly Green #50D30C
Tints of Kelly Green #50D30C
RGB
CMYK
RGB Variations
Color information
#50D30C (or 0x50D30C) is known color: Kelly Green. HEX triplet: 50, D3 and 0C. RGB value is (80,211,12). Sum of RGB (Red+Green+Blue) = 80+211+12=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 211 (82.81% from 255 or 69.64% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 211 - color contains mainly: green. Hex color #50D30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D30C is #AF2CF3. Grayscale: #959595. Windows color (decimal): -11480308 or 840528. OLE color: 840528.
HSL color Cylindrical-coordinate representation of color #50D30C: hue angle of 99.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50D30C is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 12 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.17 |
| HSL | 99.5º | 0.89% | 0.44% | - |
| HSV(B) | 99.5º | 0.94% | 0.83% | - |
| XYZ | 26.67 | 48.32 | 8.27 | - |
| YUV | 149.15 | 50.6 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 12 | 0.62 | 0 | 0.94 | 0.17 | 99.5 | 0.89 | 0.44 |
| Hex | 50 | D3 | C | 3E | 0 | 5E | 11 | 63 | 59 | 2C |
| Octal | 120 | 323 | 14 | 76 | 0 | 136 | 21 | 143 | 131 | 54 |
| Binary | 1010000 | 11010011 | 1100 | 111110 | 0 | 1011110 | 10001 | 1100011 | 1011001 | 101100 |
Color Harmonies of #50D30C
Complementary color
Monochromatic Colors of #50D30C
Black with #50D30C
Text Example
Text Example
White with #50D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D30C; }
p { color: rgb(80,211,12); }
H1.HeaderClassName
{
color: #50D30C;
}
.AnyTagClassName
{
color: #50D30C;
}
</style>
background-color css
<style>
a { background-color: #50D30C; }
a { background-color: rgb(80,211,12); }
div.DivClassName
{
background-color: #50D30C;
}
.BgClassName
{
background-color: #50D30C;
}
</style>
border-color css
<style>
span { border-color: #50D30C; }
span { border-color: rgb(80,211,12); }
td.TdClassName
{
border-color: #50D30C;
}
.TagClassName
{
border-color: #50D30C;
}
</style>