Shades of Kelly Green #50AB1A
Tints of Kelly Green #50AB1A
RGB
CMYK
RGB Variations
Color information
#50AB1A (or 0x50AB1A) is known color: Kelly Green. HEX triplet: 50, AB and 1A. RGB value is (80,171,26). Sum of RGB (Red+Green+Blue) = 80+171+26=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 171 (67.19% from 255 or 61.73% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB1A is #AF54E5. Grayscale: #7F7F7F. Windows color (decimal): -11490534 or 1747792. OLE color: 1747792.
HSL color Cylindrical-coordinate representation of color #50AB1A: hue angle of 97.66º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50AB1A is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 171 | 26 | - |
| CMYK | 0.53 | 0 | 0.85 | 0.33 |
| HSL | 97.66º | 0.74% | 0.39% | - |
| HSV(B) | 97.66º | 0.85% | 0.67% | - |
| XYZ | 18.06 | 30.91 | 5.99 | - |
| YUV | 127.26 | 70.85 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 26 | 0.53 | 0 | 0.85 | 0.33 | 97.66 | 0.74 | 0.39 |
| Hex | 50 | AB | 1A | 35 | 0 | 55 | 21 | 62 | 4A | 27 |
| Octal | 120 | 253 | 32 | 65 | 0 | 125 | 41 | 142 | 112 | 47 |
| Binary | 1010000 | 10101011 | 11010 | 110101 | 0 | 1010101 | 100001 | 1100010 | 1001010 | 100111 |
Color Harmonies of #50AB1A
Complementary color
Monochromatic Colors of #50AB1A
Black with #50AB1A
Text Example
Text Example
White with #50AB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AB1A; }
p { color: rgb(80,171,26); }
H1.HeaderClassName
{
color: #50AB1A;
}
.AnyTagClassName
{
color: #50AB1A;
}
</style>
background-color css
<style>
a { background-color: #50AB1A; }
a { background-color: rgb(80,171,26); }
div.DivClassName
{
background-color: #50AB1A;
}
.BgClassName
{
background-color: #50AB1A;
}
</style>
border-color css
<style>
span { border-color: #50AB1A; }
span { border-color: rgb(80,171,26); }
td.TdClassName
{
border-color: #50AB1A;
}
.TagClassName
{
border-color: #50AB1A;
}
</style>