Shades of Kelly Green #50D50C
Tints of Kelly Green #50D50C
RGB
CMYK
RGB Variations
Color information
#50D50C (or 0x50D50C) is known color: Kelly Green. HEX triplet: 50, D5 and 0C. RGB value is (80,213,12). Sum of RGB (Red+Green+Blue) = 80+213+12=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 213 (83.59% from 255 or 69.84% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 213 - color contains mainly: green. Hex color #50D50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D50C is #AF2AF3. Grayscale: #969696. Windows color (decimal): -11479796 or 841040. OLE color: 841040.
HSL color Cylindrical-coordinate representation of color #50D50C: hue angle of 99.7º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50D50C is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 12 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.16 |
| HSL | 99.7º | 0.89% | 0.44% | - |
| HSV(B) | 99.7º | 0.94% | 0.84% | - |
| XYZ | 27.17 | 49.32 | 8.44 | - |
| YUV | 150.32 | 49.94 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 12 | 0.62 | 0 | 0.94 | 0.16 | 99.7 | 0.89 | 0.44 |
| Hex | 50 | D5 | C | 3E | 0 | 5E | 10 | 64 | 59 | 2C |
| Octal | 120 | 325 | 14 | 76 | 0 | 136 | 20 | 144 | 131 | 54 |
| Binary | 1010000 | 11010101 | 1100 | 111110 | 0 | 1011110 | 10000 | 1100100 | 1011001 | 101100 |
Color Harmonies of #50D50C
Complementary color
Monochromatic Colors of #50D50C
Black with #50D50C
Text Example
Text Example
White with #50D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D50C; }
p { color: rgb(80,213,12); }
H1.HeaderClassName
{
color: #50D50C;
}
.AnyTagClassName
{
color: #50D50C;
}
</style>
background-color css
<style>
a { background-color: #50D50C; }
a { background-color: rgb(80,213,12); }
div.DivClassName
{
background-color: #50D50C;
}
.BgClassName
{
background-color: #50D50C;
}
</style>
border-color css
<style>
span { border-color: #50D50C; }
span { border-color: rgb(80,213,12); }
td.TdClassName
{
border-color: #50D50C;
}
.TagClassName
{
border-color: #50D50C;
}
</style>