Shades of Kelly Green #50C111
Tints of Kelly Green #50C111
RGB
CMYK
RGB Variations
Color information
#50C111 (or 0x50C111) is known color: Kelly Green. HEX triplet: 50, C1 and 11. RGB value is (80,193,17). Sum of RGB (Red+Green+Blue) = 80+193+17=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 193 (75.78% from 255 or 66.55% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 193 - color contains mainly: green. Hex color #50C111 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C111 is #AF3EEE. Grayscale: #8B8B8B. Windows color (decimal): -11484911 or 1163600. OLE color: 1163600.
HSL color Cylindrical-coordinate representation of color #50C111: hue angle of 98.52º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50C111 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 193 | 17 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.24 |
| HSL | 98.52º | 0.84% | 0.41% | - |
| HSV(B) | 98.52º | 0.91% | 0.76% | - |
| XYZ | 22.48 | 39.89 | 7.04 | - |
| YUV | 139.15 | 59.06 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 193 | 17 | 0.59 | 0 | 0.91 | 0.24 | 98.52 | 0.84 | 0.41 |
| Hex | 50 | C1 | 11 | 3B | 0 | 5B | 18 | 63 | 54 | 29 |
| Octal | 120 | 301 | 21 | 73 | 0 | 133 | 30 | 143 | 124 | 51 |
| Binary | 1010000 | 11000001 | 10001 | 111011 | 0 | 1011011 | 11000 | 1100011 | 1010100 | 101001 |
Color Harmonies of #50C111
Complementary color
Monochromatic Colors of #50C111
Black with #50C111
Text Example
Text Example
White with #50C111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C111; }
p { color: rgb(80,193,17); }
H1.HeaderClassName
{
color: #50C111;
}
.AnyTagClassName
{
color: #50C111;
}
</style>
background-color css
<style>
a { background-color: #50C111; }
a { background-color: rgb(80,193,17); }
div.DivClassName
{
background-color: #50C111;
}
.BgClassName
{
background-color: #50C111;
}
</style>
border-color css
<style>
span { border-color: #50C111; }
span { border-color: rgb(80,193,17); }
td.TdClassName
{
border-color: #50C111;
}
.TagClassName
{
border-color: #50C111;
}
</style>