Shades of Kelly Green #50AB28
Tints of Kelly Green #50AB28
RGB
CMYK
RGB Variations
Color information
#50AB28 (or 0x50AB28) is known color: Kelly Green. HEX triplet: 50, AB and 28. RGB value is (80,171,40). Sum of RGB (Red+Green+Blue) = 80+171+40=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB28 is #AF54D7. Grayscale: #818181. Windows color (decimal): -11490520 or 2665296. OLE color: 2665296.
HSL color Cylindrical-coordinate representation of color #50AB28: hue angle of 101.68º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50AB28 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 171 | 40 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.33 |
| HSL | 101.68º | 0.62% | 0.41% | - |
| HSV(B) | 101.68º | 0.77% | 0.67% | - |
| XYZ | 18.25 | 30.98 | 7.03 | - |
| YUV | 128.86 | 77.85 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 40 | 0.53 | 0 | 0.77 | 0.33 | 101.68 | 0.62 | 0.41 |
| Hex | 50 | AB | 28 | 35 | 0 | 4D | 21 | 66 | 3E | 29 |
| Octal | 120 | 253 | 50 | 65 | 0 | 115 | 41 | 146 | 76 | 51 |
| Binary | 1010000 | 10101011 | 101000 | 110101 | 0 | 1001101 | 100001 | 1100110 | 111110 | 101001 |
Color Harmonies of #50AB28
Complementary color
Monochromatic Colors of #50AB28
Black with #50AB28
Text Example
Text Example
White with #50AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AB28; }
p { color: rgb(80,171,40); }
H1.HeaderClassName
{
color: #50AB28;
}
.AnyTagClassName
{
color: #50AB28;
}
</style>
background-color css
<style>
a { background-color: #50AB28; }
a { background-color: rgb(80,171,40); }
div.DivClassName
{
background-color: #50AB28;
}
.BgClassName
{
background-color: #50AB28;
}
</style>
border-color css
<style>
span { border-color: #50AB28; }
span { border-color: rgb(80,171,40); }
td.TdClassName
{
border-color: #50AB28;
}
.TagClassName
{
border-color: #50AB28;
}
</style>