Shades of Kelly Green #50B726
Tints of Kelly Green #50B726
RGB
CMYK
RGB Variations
Color information
#50B726 (or 0x50B726) is known color: Kelly Green. HEX triplet: 50, B7 and 26. RGB value is (80,183,38). Sum of RGB (Red+Green+Blue) = 80+183+38=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #50B726 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B726 is #AF48D9. Grayscale: #888888. Windows color (decimal): -11487450 or 2537296. OLE color: 2537296.
HSL color Cylindrical-coordinate representation of color #50B726: hue angle of 102.62º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50B726 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 183 | 38 | - |
| CMYK | 0.56 | 0 | 0.79 | 0.28 |
| HSL | 102.62º | 0.66% | 0.43% | - |
| HSV(B) | 102.62º | 0.79% | 0.72% | - |
| XYZ | 20.59 | 35.71 | 7.64 | - |
| YUV | 135.67 | 72.88 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 38 | 0.56 | 0 | 0.79 | 0.28 | 102.62 | 0.66 | 0.43 |
| Hex | 50 | B7 | 26 | 38 | 0 | 4F | 1C | 67 | 42 | 2B |
| Octal | 120 | 267 | 46 | 70 | 0 | 117 | 34 | 147 | 102 | 53 |
| Binary | 1010000 | 10110111 | 100110 | 111000 | 0 | 1001111 | 11100 | 1100111 | 1000010 | 101011 |
Color Harmonies of #50B726
Complementary color
Monochromatic Colors of #50B726
Black with #50B726
Text Example
Text Example
White with #50B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B726; }
p { color: rgb(80,183,38); }
H1.HeaderClassName
{
color: #50B726;
}
.AnyTagClassName
{
color: #50B726;
}
</style>
background-color css
<style>
a { background-color: #50B726; }
a { background-color: rgb(80,183,38); }
div.DivClassName
{
background-color: #50B726;
}
.BgClassName
{
background-color: #50B726;
}
</style>
border-color css
<style>
span { border-color: #50B726; }
span { border-color: rgb(80,183,38); }
td.TdClassName
{
border-color: #50B726;
}
.TagClassName
{
border-color: #50B726;
}
</style>