Shades of Kelly Green #50A507
Tints of Kelly Green #50A507
RGB
CMYK
RGB Variations
Color information
#50A507 (or 0x50A507) is known color: Kelly Green. HEX triplet: 50, A5 and 07. RGB value is (80,165,7). Sum of RGB (Red+Green+Blue) = 80+165+7=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 165 (64.84% from 255 or 65.48% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 165 - color contains mainly: green. Hex color #50A507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A507 is #AF5AF8. Grayscale: #7A7A7A. Windows color (decimal): -11492089 or 501072. OLE color: 501072.
HSL color Cylindrical-coordinate representation of color #50A507: hue angle of 92.28º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50A507 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 165 | 7 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.35 |
| HSL | 92.28º | 0.92% | 0.34% | - |
| HSV(B) | 92.28º | 0.96% | 0.65% | - |
| XYZ | 16.8 | 28.63 | 4.84 | - |
| YUV | 121.57 | 63.34 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 165 | 7 | 0.52 | 0 | 0.96 | 0.35 | 92.28 | 0.92 | 0.34 |
| Hex | 50 | A5 | 7 | 34 | 0 | 60 | 23 | 5C | 5C | 22 |
| Octal | 120 | 245 | 7 | 64 | 0 | 140 | 43 | 134 | 134 | 42 |
| Binary | 1010000 | 10100101 | 111 | 110100 | 0 | 1100000 | 100011 | 1011100 | 1011100 | 100010 |
Color Harmonies of #50A507
Complementary color
Monochromatic Colors of #50A507
Black with #50A507
Text Example
Text Example
White with #50A507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A507; }
p { color: rgb(80,165,7); }
H1.HeaderClassName
{
color: #50A507;
}
.AnyTagClassName
{
color: #50A507;
}
</style>
background-color css
<style>
a { background-color: #50A507; }
a { background-color: rgb(80,165,7); }
div.DivClassName
{
background-color: #50A507;
}
.BgClassName
{
background-color: #50A507;
}
</style>
border-color css
<style>
span { border-color: #50A507; }
span { border-color: rgb(80,165,7); }
td.TdClassName
{
border-color: #50A507;
}
.TagClassName
{
border-color: #50A507;
}
</style>