Shades of Kelly Green #50B711
Tints of Kelly Green #50B711
RGB
CMYK
RGB Variations
Color information
#50B711 (or 0x50B711) is known color: Kelly Green. HEX triplet: 50, B7 and 11. RGB value is (80,183,17). Sum of RGB (Red+Green+Blue) = 80+183+17=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 183 (71.88% from 255 or 65.36% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 183 - color contains mainly: green. Hex color #50B711 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B711 is #AF48EE. Grayscale: #858585. Windows color (decimal): -11487471 or 1161040. OLE color: 1161040.
HSL color Cylindrical-coordinate representation of color #50B711: hue angle of 97.23º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50B711 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 183 | 17 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.28 |
| HSL | 97.23º | 0.83% | 0.39% | - |
| HSV(B) | 97.23º | 0.91% | 0.72% | - |
| XYZ | 20.34 | 35.61 | 6.33 | - |
| YUV | 133.28 | 62.38 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 17 | 0.56 | 0 | 0.91 | 0.28 | 97.23 | 0.83 | 0.39 |
| Hex | 50 | B7 | 11 | 38 | 0 | 5B | 1C | 61 | 53 | 27 |
| Octal | 120 | 267 | 21 | 70 | 0 | 133 | 34 | 141 | 123 | 47 |
| Binary | 1010000 | 10110111 | 10001 | 111000 | 0 | 1011011 | 11100 | 1100001 | 1010011 | 100111 |
Color Harmonies of #50B711
Complementary color
Monochromatic Colors of #50B711
Black with #50B711
Text Example
Text Example
White with #50B711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B711; }
p { color: rgb(80,183,17); }
H1.HeaderClassName
{
color: #50B711;
}
.AnyTagClassName
{
color: #50B711;
}
</style>
background-color css
<style>
a { background-color: #50B711; }
a { background-color: rgb(80,183,17); }
div.DivClassName
{
background-color: #50B711;
}
.BgClassName
{
background-color: #50B711;
}
</style>
border-color css
<style>
span { border-color: #50B711; }
span { border-color: rgb(80,183,17); }
td.TdClassName
{
border-color: #50B711;
}
.TagClassName
{
border-color: #50B711;
}
</style>