Shades of Kelly Green #50C50D
Tints of Kelly Green #50C50D
RGB
CMYK
RGB Variations
Color information
#50C50D (or 0x50C50D) is known color: Kelly Green. HEX triplet: 50, C5 and 0D. RGB value is (80,197,13). Sum of RGB (Red+Green+Blue) = 80+197+13=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 197 (77.34% from 255 or 67.93% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 197 - color contains mainly: green. Hex color #50C50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C50D is #AF3AF2. Grayscale: #8D8D8D. Windows color (decimal): -11483891 or 902480. OLE color: 902480.
HSL color Cylindrical-coordinate representation of color #50C50D: hue angle of 98.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50C50D is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 13 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.23 |
| HSL | 98.15º | 0.88% | 0.41% | - |
| HSV(B) | 98.15º | 0.93% | 0.77% | - |
| XYZ | 23.35 | 41.67 | 7.19 | - |
| YUV | 141.04 | 55.74 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 13 | 0.59 | 0 | 0.93 | 0.23 | 98.15 | 0.88 | 0.41 |
| Hex | 50 | C5 | D | 3B | 0 | 5D | 17 | 62 | 58 | 29 |
| Octal | 120 | 305 | 15 | 73 | 0 | 135 | 27 | 142 | 130 | 51 |
| Binary | 1010000 | 11000101 | 1101 | 111011 | 0 | 1011101 | 10111 | 1100010 | 1011000 | 101001 |
Color Harmonies of #50C50D
Complementary color
Monochromatic Colors of #50C50D
Black with #50C50D
Text Example
Text Example
White with #50C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C50D; }
p { color: rgb(80,197,13); }
H1.HeaderClassName
{
color: #50C50D;
}
.AnyTagClassName
{
color: #50C50D;
}
</style>
background-color css
<style>
a { background-color: #50C50D; }
a { background-color: rgb(80,197,13); }
div.DivClassName
{
background-color: #50C50D;
}
.BgClassName
{
background-color: #50C50D;
}
</style>
border-color css
<style>
span { border-color: #50C50D; }
span { border-color: rgb(80,197,13); }
td.TdClassName
{
border-color: #50C50D;
}
.TagClassName
{
border-color: #50C50D;
}
</style>