Shades of Kelly Green #50B211
Tints of Kelly Green #50B211
RGB
CMYK
RGB Variations
Color information
#50B211 (or 0x50B211) is known color: Kelly Green. HEX triplet: 50, B2 and 11. RGB value is (80,178,17). Sum of RGB (Red+Green+Blue) = 80+178+17=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 178 (69.92% from 255 or 64.73% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 178 - color contains mainly: green. Hex color #50B211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50B211 is #AF4DEE. Grayscale: #828282. Windows color (decimal): -11488751 or 1159760. OLE color: 1159760.
HSL color Cylindrical-coordinate representation of color #50B211: hue angle of 96.52º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50B211 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 178 | 17 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.30 |
| HSL | 96.52º | 0.83% | 0.38% | - |
| HSV(B) | 96.52º | 0.9% | 0.7% | - |
| XYZ | 19.33 | 33.59 | 5.99 | - |
| YUV | 130.34 | 64.03 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 17 | 0.55 | 0 | 0.90 | 0.30 | 96.52 | 0.83 | 0.38 |
| Hex | 50 | B2 | 11 | 37 | 0 | 5A | 1E | 61 | 53 | 26 |
| Octal | 120 | 262 | 21 | 67 | 0 | 132 | 36 | 141 | 123 | 46 |
| Binary | 1010000 | 10110010 | 10001 | 110111 | 0 | 1011010 | 11110 | 1100001 | 1010011 | 100110 |
Color Harmonies of #50B211
Complementary color
Monochromatic Colors of #50B211
Black with #50B211
Text Example
Text Example
White with #50B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B211; }
p { color: rgb(80,178,17); }
H1.HeaderClassName
{
color: #50B211;
}
.AnyTagClassName
{
color: #50B211;
}
</style>
background-color css
<style>
a { background-color: #50B211; }
a { background-color: rgb(80,178,17); }
div.DivClassName
{
background-color: #50B211;
}
.BgClassName
{
background-color: #50B211;
}
</style>
border-color css
<style>
span { border-color: #50B211; }
span { border-color: rgb(80,178,17); }
td.TdClassName
{
border-color: #50B211;
}
.TagClassName
{
border-color: #50B211;
}
</style>