Shades of Kelly Green #50C617
Tints of Kelly Green #50C617
RGB
CMYK
RGB Variations
Color information
#50C617 (or 0x50C617) is known color: Kelly Green. HEX triplet: 50, C6 and 17. RGB value is (80,198,23). Sum of RGB (Red+Green+Blue) = 80+198+23=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 198 (77.73% from 255 or 65.78% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 198 - color contains mainly: green. Hex color #50C617 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C617 is #AF39E8. Grayscale: #8F8F8F. Windows color (decimal): -11483625 or 1558096. OLE color: 1558096.
HSL color Cylindrical-coordinate representation of color #50C617: hue angle of 100.46º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50C617 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 198 | 23 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.22 |
| HSL | 100.46º | 0.79% | 0.43% | - |
| HSV(B) | 100.46º | 0.88% | 0.78% | - |
| XYZ | 23.66 | 42.16 | 7.7 | - |
| YUV | 142.77 | 60.41 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 198 | 23 | 0.60 | 0 | 0.88 | 0.22 | 100.46 | 0.79 | 0.43 |
| Hex | 50 | C6 | 17 | 3C | 0 | 58 | 16 | 64 | 4F | 2B |
| Octal | 120 | 306 | 27 | 74 | 0 | 130 | 26 | 144 | 117 | 53 |
| Binary | 1010000 | 11000110 | 10111 | 111100 | 0 | 1011000 | 10110 | 1100100 | 1001111 | 101011 |
Color Harmonies of #50C617
Complementary color
Monochromatic Colors of #50C617
Black with #50C617
Text Example
Text Example
White with #50C617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C617; }
p { color: rgb(80,198,23); }
H1.HeaderClassName
{
color: #50C617;
}
.AnyTagClassName
{
color: #50C617;
}
</style>
background-color css
<style>
a { background-color: #50C617; }
a { background-color: rgb(80,198,23); }
div.DivClassName
{
background-color: #50C617;
}
.BgClassName
{
background-color: #50C617;
}
</style>
border-color css
<style>
span { border-color: #50C617; }
span { border-color: rgb(80,198,23); }
td.TdClassName
{
border-color: #50C617;
}
.TagClassName
{
border-color: #50C617;
}
</style>