Shades of Kelly Green #50C215
Tints of Kelly Green #50C215
RGB
CMYK
RGB Variations
Color information
#50C215 (or 0x50C215) is known color: Kelly Green. HEX triplet: 50, C2 and 15. RGB value is (80,194,21). Sum of RGB (Red+Green+Blue) = 80+194+21=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #50C215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C215 is #AF3DEA. Grayscale: #8C8C8C. Windows color (decimal): -11484651 or 1426000. OLE color: 1426000.
HSL color Cylindrical-coordinate representation of color #50C215: hue angle of 99.54º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50C215 is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 194 | 21 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.24 |
| HSL | 99.54º | 0.8% | 0.42% | - |
| HSV(B) | 99.54º | 0.89% | 0.76% | - |
| XYZ | 22.74 | 40.34 | 7.3 | - |
| YUV | 140.19 | 60.73 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 194 | 21 | 0.59 | 0 | 0.89 | 0.24 | 99.54 | 0.8 | 0.42 |
| Hex | 50 | C2 | 15 | 3B | 0 | 59 | 18 | 64 | 50 | 2A |
| Octal | 120 | 302 | 25 | 73 | 0 | 131 | 30 | 144 | 120 | 52 |
| Binary | 1010000 | 11000010 | 10101 | 111011 | 0 | 1011001 | 11000 | 1100100 | 1010000 | 101010 |
Color Harmonies of #50C215
Complementary color
Monochromatic Colors of #50C215
Black with #50C215
Text Example
Text Example
White with #50C215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C215; }
p { color: rgb(80,194,21); }
H1.HeaderClassName
{
color: #50C215;
}
.AnyTagClassName
{
color: #50C215;
}
</style>
background-color css
<style>
a { background-color: #50C215; }
a { background-color: rgb(80,194,21); }
div.DivClassName
{
background-color: #50C215;
}
.BgClassName
{
background-color: #50C215;
}
</style>
border-color css
<style>
span { border-color: #50C215; }
span { border-color: rgb(80,194,21); }
td.TdClassName
{
border-color: #50C215;
}
.TagClassName
{
border-color: #50C215;
}
</style>