Shades of Green Yellow #A8FB50
Tints of Green Yellow #A8FB50
RGB
CMYK
RGB Variations
Color information
#A8FB50 (or 0xA8FB50) is known color: Green Yellow. HEX triplet: A8, FB and 50. RGB value is (168,251,80). Sum of RGB (Red+Green+Blue) = 168+251+80=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB50 is #5704AF. Grayscale: #CFCFCF. Windows color (decimal): -5702832 or 5307304. OLE color: 5307304.
HSL color Cylindrical-coordinate representation of color #A8FB50: hue angle of 89.12º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8FB50 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 80 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.02 |
| HSL | 89.12º | 0.96% | 0.65% | - |
| HSV(B) | 89.12º | 0.68% | 0.98% | - |
| XYZ | 52.09 | 77.9 | 19.88 | - |
| YUV | 206.69 | 56.5 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 80 | 0.33 | 0 | 0.68 | 0.02 | 89.12 | 0.96 | 0.65 |
| Hex | A8 | FB | 50 | 21 | 0 | 44 | 2 | 59 | 60 | 41 |
| Octal | 250 | 373 | 120 | 41 | 0 | 104 | 2 | 131 | 140 | 101 |
| Binary | 10101000 | 11111011 | 1010000 | 100001 | 0 | 1000100 | 10 | 1011001 | 1100000 | 1000001 |
Color Harmonies of #A8FB50
Complementary color
Monochromatic Colors of #A8FB50
Black with #A8FB50
Text Example
Text Example
White with #A8FB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB50; }
p { color: rgb(168,251,80); }
H1.HeaderClassName
{
color: #A8FB50;
}
.AnyTagClassName
{
color: #A8FB50;
}
</style>
background-color css
<style>
a { background-color: #A8FB50; }
a { background-color: rgb(168,251,80); }
div.DivClassName
{
background-color: #A8FB50;
}
.BgClassName
{
background-color: #A8FB50;
}
</style>
border-color css
<style>
span { border-color: #A8FB50; }
span { border-color: rgb(168,251,80); }
td.TdClassName
{
border-color: #A8FB50;
}
.TagClassName
{
border-color: #A8FB50;
}
</style>