Shades of Kelly Green #50A61E
Tints of Kelly Green #50A61E
RGB
CMYK
RGB Variations
Color information
#50A61E (or 0x50A61E) is known color: Kelly Green. HEX triplet: 50, A6 and 1E. RGB value is (80,166,30). Sum of RGB (Red+Green+Blue) = 80+166+30=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 166 (65.23% from 255 or 60.14% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 166 - color contains mainly: green. Hex color #50A61E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A61E is #AF59E1. Grayscale: #7D7D7D. Windows color (decimal): -11491810 or 2008656. OLE color: 2008656.
HSL color Cylindrical-coordinate representation of color #50A61E: hue angle of 97.94º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50A61E is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 166 | 30 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.35 |
| HSL | 97.94º | 0.69% | 0.38% | - |
| HSV(B) | 97.94º | 0.82% | 0.65% | - |
| XYZ | 17.18 | 29.07 | 5.93 | - |
| YUV | 124.78 | 74.51 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 30 | 0.52 | 0 | 0.82 | 0.35 | 97.94 | 0.69 | 0.38 |
| Hex | 50 | A6 | 1E | 34 | 0 | 52 | 23 | 62 | 45 | 26 |
| Octal | 120 | 246 | 36 | 64 | 0 | 122 | 43 | 142 | 105 | 46 |
| Binary | 1010000 | 10100110 | 11110 | 110100 | 0 | 1010010 | 100011 | 1100010 | 1000101 | 100110 |
Color Harmonies of #50A61E
Complementary color
Monochromatic Colors of #50A61E
Black with #50A61E
Text Example
Text Example
White with #50A61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A61E; }
p { color: rgb(80,166,30); }
H1.HeaderClassName
{
color: #50A61E;
}
.AnyTagClassName
{
color: #50A61E;
}
</style>
background-color css
<style>
a { background-color: #50A61E; }
a { background-color: rgb(80,166,30); }
div.DivClassName
{
background-color: #50A61E;
}
.BgClassName
{
background-color: #50A61E;
}
</style>
border-color css
<style>
span { border-color: #50A61E; }
span { border-color: rgb(80,166,30); }
td.TdClassName
{
border-color: #50A61E;
}
.TagClassName
{
border-color: #50A61E;
}
</style>