Shades of Kelly Green #50AF10
Tints of Kelly Green #50AF10
RGB
CMYK
RGB Variations
Color information
#50AF10 (or 0x50AF10) is known color: Kelly Green. HEX triplet: 50, AF and 10. RGB value is (80,175,16). Sum of RGB (Red+Green+Blue) = 80+175+16=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 175 (68.75% from 255 or 64.58% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF10 is #AF50EF. Grayscale: #818181. Windows color (decimal): -11489520 or 1093456. OLE color: 1093456.
HSL color Cylindrical-coordinate representation of color #50AF10: hue angle of 95.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50AF10 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 16 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.31 |
| HSL | 95.85º | 0.83% | 0.37% | - |
| HSV(B) | 95.85º | 0.91% | 0.69% | - |
| XYZ | 18.73 | 32.4 | 5.76 | - |
| YUV | 128.47 | 64.53 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 16 | 0.54 | 0 | 0.91 | 0.31 | 95.85 | 0.83 | 0.37 |
| Hex | 50 | AF | 10 | 36 | 0 | 5B | 1F | 60 | 53 | 25 |
| Octal | 120 | 257 | 20 | 66 | 0 | 133 | 37 | 140 | 123 | 45 |
| Binary | 1010000 | 10101111 | 10000 | 110110 | 0 | 1011011 | 11111 | 1100000 | 1010011 | 100101 |
Color Harmonies of #50AF10
Complementary color
Monochromatic Colors of #50AF10
Black with #50AF10
Text Example
Text Example
White with #50AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AF10; }
p { color: rgb(80,175,16); }
H1.HeaderClassName
{
color: #50AF10;
}
.AnyTagClassName
{
color: #50AF10;
}
</style>
background-color css
<style>
a { background-color: #50AF10; }
a { background-color: rgb(80,175,16); }
div.DivClassName
{
background-color: #50AF10;
}
.BgClassName
{
background-color: #50AF10;
}
</style>
border-color css
<style>
span { border-color: #50AF10; }
span { border-color: rgb(80,175,16); }
td.TdClassName
{
border-color: #50AF10;
}
.TagClassName
{
border-color: #50AF10;
}
</style>