Shades of Kelly Green #50B607
Tints of Kelly Green #50B607
RGB
CMYK
RGB Variations
Color information
#50B607 (or 0x50B607) is known color: Kelly Green. HEX triplet: 50, B6 and 07. RGB value is (80,182,7). Sum of RGB (Red+Green+Blue) = 80+182+7=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 182 (71.48% from 255 or 67.66% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 182 - color contains mainly: green. Hex color #50B607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B607 is #AF49F8. Grayscale: #848484. Windows color (decimal): -11487737 or 505424. OLE color: 505424.
HSL color Cylindrical-coordinate representation of color #50B607: hue angle of 94.97º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50B607 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 182 | 7 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.29 |
| HSL | 94.97º | 0.93% | 0.37% | - |
| HSV(B) | 94.97º | 0.96% | 0.71% | - |
| XYZ | 20.07 | 35.18 | 5.93 | - |
| YUV | 131.55 | 57.71 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 182 | 7 | 0.56 | 0 | 0.96 | 0.29 | 94.97 | 0.93 | 0.37 |
| Hex | 50 | B6 | 7 | 38 | 0 | 60 | 1D | 5F | 5D | 25 |
| Octal | 120 | 266 | 7 | 70 | 0 | 140 | 35 | 137 | 135 | 45 |
| Binary | 1010000 | 10110110 | 111 | 111000 | 0 | 1100000 | 11101 | 1011111 | 1011101 | 100101 |
Color Harmonies of #50B607
Complementary color
Monochromatic Colors of #50B607
Black with #50B607
Text Example
Text Example
White with #50B607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B607; }
p { color: rgb(80,182,7); }
H1.HeaderClassName
{
color: #50B607;
}
.AnyTagClassName
{
color: #50B607;
}
</style>
background-color css
<style>
a { background-color: #50B607; }
a { background-color: rgb(80,182,7); }
div.DivClassName
{
background-color: #50B607;
}
.BgClassName
{
background-color: #50B607;
}
</style>
border-color css
<style>
span { border-color: #50B607; }
span { border-color: rgb(80,182,7); }
td.TdClassName
{
border-color: #50B607;
}
.TagClassName
{
border-color: #50B607;
}
</style>