Shades of Kelly Green #50A702
Tints of Kelly Green #50A702
RGB
CMYK
RGB Variations
Color information
#50A702 (or 0x50A702) is known color: Kelly Green. HEX triplet: 50, A7 and 02. RGB value is (80,167,2). Sum of RGB (Red+Green+Blue) = 80+167+2=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 167 (65.62% from 255 or 67.07% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 167 - color contains mainly: green. Hex color #50A702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A702 is #AF58FD. Grayscale: #7A7A7A. Windows color (decimal): -11491582 or 173904. OLE color: 173904.
HSL color Cylindrical-coordinate representation of color #50A702: hue angle of 91.64º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50A702 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 167 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.35 |
| HSL | 91.64º | 0.98% | 0.33% | - |
| HSV(B) | 91.64º | 0.99% | 0.65% | - |
| XYZ | 17.14 | 29.35 | 4.82 | - |
| YUV | 122.18 | 60.18 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 167 | 2 | 0.52 | 0 | 0.99 | 0.35 | 91.64 | 0.98 | 0.33 |
| Hex | 50 | A7 | 2 | 34 | 0 | 63 | 23 | 5C | 62 | 21 |
| Octal | 120 | 247 | 2 | 64 | 0 | 143 | 43 | 134 | 142 | 41 |
| Binary | 1010000 | 10100111 | 10 | 110100 | 0 | 1100011 | 100011 | 1011100 | 1100010 | 100001 |
Color Harmonies of #50A702
Complementary color
Monochromatic Colors of #50A702
Black with #50A702
Text Example
Text Example
White with #50A702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A702; }
p { color: rgb(80,167,2); }
H1.HeaderClassName
{
color: #50A702;
}
.AnyTagClassName
{
color: #50A702;
}
</style>
background-color css
<style>
a { background-color: #50A702; }
a { background-color: rgb(80,167,2); }
div.DivClassName
{
background-color: #50A702;
}
.BgClassName
{
background-color: #50A702;
}
</style>
border-color css
<style>
span { border-color: #50A702; }
span { border-color: rgb(80,167,2); }
td.TdClassName
{
border-color: #50A702;
}
.TagClassName
{
border-color: #50A702;
}
</style>