Shades of Kelly Green #50C615
Tints of Kelly Green #50C615
RGB
CMYK
RGB Variations
Color information
#50C615 (or 0x50C615) is known color: Kelly Green. HEX triplet: 50, C6 and 15. RGB value is (80,198,21). Sum of RGB (Red+Green+Blue) = 80+198+21=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 198 (77.73% from 255 or 66.22% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 198 - color contains mainly: green. Hex color #50C615 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C615 is #AF39EA. Grayscale: #8F8F8F. Windows color (decimal): -11483627 or 1427024. OLE color: 1427024.
HSL color Cylindrical-coordinate representation of color #50C615: hue angle of 100º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50C615 is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 198 | 21 | - |
| CMYK | 0.60 | 0 | 0.89 | 0.22 |
| HSL | 100º | 0.81% | 0.43% | - |
| HSV(B) | 100º | 0.89% | 0.78% | - |
| XYZ | 23.64 | 42.15 | 7.6 | - |
| YUV | 142.54 | 59.41 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 198 | 21 | 0.60 | 0 | 0.89 | 0.22 | 100 | 0.81 | 0.43 |
| Hex | 50 | C6 | 15 | 3C | 0 | 59 | 16 | 64 | 51 | 2B |
| Octal | 120 | 306 | 25 | 74 | 0 | 131 | 26 | 144 | 121 | 53 |
| Binary | 1010000 | 11000110 | 10101 | 111100 | 0 | 1011001 | 10110 | 1100100 | 1010001 | 101011 |
Color Harmonies of #50C615
Complementary color
Monochromatic Colors of #50C615
Black with #50C615
Text Example
Text Example
White with #50C615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C615; }
p { color: rgb(80,198,21); }
H1.HeaderClassName
{
color: #50C615;
}
.AnyTagClassName
{
color: #50C615;
}
</style>
background-color css
<style>
a { background-color: #50C615; }
a { background-color: rgb(80,198,21); }
div.DivClassName
{
background-color: #50C615;
}
.BgClassName
{
background-color: #50C615;
}
</style>
border-color css
<style>
span { border-color: #50C615; }
span { border-color: rgb(80,198,21); }
td.TdClassName
{
border-color: #50C615;
}
.TagClassName
{
border-color: #50C615;
}
</style>