Shades of Kelly Green #50A907
Tints of Kelly Green #50A907
RGB
CMYK
RGB Variations
Color information
#50A907 (or 0x50A907) is known color: Kelly Green. HEX triplet: 50, A9 and 07. RGB value is (80,169,7). Sum of RGB (Red+Green+Blue) = 80+169+7=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 169 (66.41% from 255 or 66.02% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 169 - color contains mainly: green. Hex color #50A907 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A907 is #AF56F8. Grayscale: #7C7C7C. Windows color (decimal): -11491065 or 502096. OLE color: 502096.
HSL color Cylindrical-coordinate representation of color #50A907: hue angle of 92.96º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50A907 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 7 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.34 |
| HSL | 92.96º | 0.92% | 0.35% | - |
| HSV(B) | 92.96º | 0.96% | 0.66% | - |
| XYZ | 17.53 | 30.1 | 5.09 | - |
| YUV | 123.92 | 62.01 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 7 | 0.53 | 0 | 0.96 | 0.34 | 92.96 | 0.92 | 0.35 |
| Hex | 50 | A9 | 7 | 35 | 0 | 60 | 22 | 5D | 5C | 23 |
| Octal | 120 | 251 | 7 | 65 | 0 | 140 | 42 | 135 | 134 | 43 |
| Binary | 1010000 | 10101001 | 111 | 110101 | 0 | 1100000 | 100010 | 1011101 | 1011100 | 100011 |
Color Harmonies of #50A907
Complementary color
Monochromatic Colors of #50A907
Black with #50A907
Text Example
Text Example
White with #50A907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A907; }
p { color: rgb(80,169,7); }
H1.HeaderClassName
{
color: #50A907;
}
.AnyTagClassName
{
color: #50A907;
}
</style>
background-color css
<style>
a { background-color: #50A907; }
a { background-color: rgb(80,169,7); }
div.DivClassName
{
background-color: #50A907;
}
.BgClassName
{
background-color: #50A907;
}
</style>
border-color css
<style>
span { border-color: #50A907; }
span { border-color: rgb(80,169,7); }
td.TdClassName
{
border-color: #50A907;
}
.TagClassName
{
border-color: #50A907;
}
</style>