Shades of Green Yellow #A5FF50
Tints of Green Yellow #A5FF50
RGB
CMYK
RGB Variations
Color information
#A5FF50 (or 0xA5FF50) is known color: Green Yellow. HEX triplet: A5, FF and 50. RGB value is (165,255,80). Sum of RGB (Red+Green+Blue) = 165+255+80=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF50 is #5A00AF. Grayscale: #D0D0D0. Windows color (decimal): -5898416 or 5308325. OLE color: 5308325.
HSL color Cylindrical-coordinate representation of color #A5FF50: hue angle of 90.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5FF50 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 80 | - |
| CMYK | 0.35 | 0 | 0.69 | 0 |
| HSL | 90.86º | 1% | 0.66% | - |
| HSV(B) | 90.86º | 0.69% | 1% | - |
| XYZ | 52.73 | 80.1 | 20.27 | - |
| YUV | 208.14 | 55.68 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 80 | 0.35 | 0 | 0.69 | 0 | 90.86 | 1 | 0.66 |
| Hex | A5 | FF | 50 | 23 | 0 | 45 | 0 | 5B | 64 | 42 |
| Octal | 245 | 377 | 120 | 43 | 0 | 105 | 0 | 133 | 144 | 102 |
| Binary | 10100101 | 11111111 | 1010000 | 100011 | 0 | 1000101 | 0 | 1011011 | 1100100 | 1000010 |
Color Harmonies of #A5FF50
Complementary color
Monochromatic Colors of #A5FF50
Black with #A5FF50
Text Example
Text Example
White with #A5FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FF50; }
p { color: rgb(165,255,80); }
H1.HeaderClassName
{
color: #A5FF50;
}
.AnyTagClassName
{
color: #A5FF50;
}
</style>
background-color css
<style>
a { background-color: #A5FF50; }
a { background-color: rgb(165,255,80); }
div.DivClassName
{
background-color: #A5FF50;
}
.BgClassName
{
background-color: #A5FF50;
}
</style>
border-color css
<style>
span { border-color: #A5FF50; }
span { border-color: rgb(165,255,80); }
td.TdClassName
{
border-color: #A5FF50;
}
.TagClassName
{
border-color: #A5FF50;
}
</style>