Shades of Kelly Green #50AF26
Tints of Kelly Green #50AF26
RGB
CMYK
RGB Variations
Color information
#50AF26 (or 0x50AF26) is known color: Kelly Green. HEX triplet: 50, AF and 26. RGB value is (80,175,38). Sum of RGB (Red+Green+Blue) = 80+175+38=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF26 is #AF50D9. Grayscale: #838383. Windows color (decimal): -11489498 or 2535248. OLE color: 2535248.
HSL color Cylindrical-coordinate representation of color #50AF26: hue angle of 101.61º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50AF26 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 38 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.31 |
| HSL | 101.61º | 0.64% | 0.42% | - |
| HSV(B) | 101.61º | 0.78% | 0.69% | - |
| XYZ | 18.99 | 32.51 | 7.11 | - |
| YUV | 130.98 | 75.53 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 38 | 0.54 | 0 | 0.78 | 0.31 | 101.61 | 0.64 | 0.42 |
| Hex | 50 | AF | 26 | 36 | 0 | 4E | 1F | 66 | 40 | 2A |
| Octal | 120 | 257 | 46 | 66 | 0 | 116 | 37 | 146 | 100 | 52 |
| Binary | 1010000 | 10101111 | 100110 | 110110 | 0 | 1001110 | 11111 | 1100110 | 1000000 | 101010 |
Color Harmonies of #50AF26
Complementary color
Monochromatic Colors of #50AF26
Black with #50AF26
Text Example
Text Example
White with #50AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AF26; }
p { color: rgb(80,175,38); }
H1.HeaderClassName
{
color: #50AF26;
}
.AnyTagClassName
{
color: #50AF26;
}
</style>
background-color css
<style>
a { background-color: #50AF26; }
a { background-color: rgb(80,175,38); }
div.DivClassName
{
background-color: #50AF26;
}
.BgClassName
{
background-color: #50AF26;
}
</style>
border-color css
<style>
span { border-color: #50AF26; }
span { border-color: rgb(80,175,38); }
td.TdClassName
{
border-color: #50AF26;
}
.TagClassName
{
border-color: #50AF26;
}
</style>