Shades of Kelly Green #50C414
Tints of Kelly Green #50C414
RGB
CMYK
RGB Variations
Color information
#50C414 (or 0x50C414) is known color: Kelly Green. HEX triplet: 50, C4 and 14. RGB value is (80,196,20). Sum of RGB (Red+Green+Blue) = 80+196+20=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 196 (76.95% from 255 or 66.22% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 196 - color contains mainly: green. Hex color #50C414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C414 is #AF3BEB. Grayscale: #8D8D8D. Windows color (decimal): -11484140 or 1360976. OLE color: 1360976.
HSL color Cylindrical-coordinate representation of color #50C414: hue angle of 99.55º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50C414 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 196 | 20 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.23 |
| HSL | 99.55º | 0.81% | 0.42% | - |
| HSV(B) | 99.55º | 0.9% | 0.77% | - |
| XYZ | 23.17 | 41.24 | 7.4 | - |
| YUV | 141.25 | 59.57 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 196 | 20 | 0.59 | 0 | 0.90 | 0.23 | 99.55 | 0.81 | 0.42 |
| Hex | 50 | C4 | 14 | 3B | 0 | 5A | 17 | 64 | 51 | 2A |
| Octal | 120 | 304 | 24 | 73 | 0 | 132 | 27 | 144 | 121 | 52 |
| Binary | 1010000 | 11000100 | 10100 | 111011 | 0 | 1011010 | 10111 | 1100100 | 1010001 | 101010 |
Color Harmonies of #50C414
Complementary color
Monochromatic Colors of #50C414
Black with #50C414
Text Example
Text Example
White with #50C414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C414; }
p { color: rgb(80,196,20); }
H1.HeaderClassName
{
color: #50C414;
}
.AnyTagClassName
{
color: #50C414;
}
</style>
background-color css
<style>
a { background-color: #50C414; }
a { background-color: rgb(80,196,20); }
div.DivClassName
{
background-color: #50C414;
}
.BgClassName
{
background-color: #50C414;
}
</style>
border-color css
<style>
span { border-color: #50C414; }
span { border-color: rgb(80,196,20); }
td.TdClassName
{
border-color: #50C414;
}
.TagClassName
{
border-color: #50C414;
}
</style>