Shades of Green Yellow #ABFC50
Tints of Green Yellow #ABFC50
RGB
CMYK
RGB Variations
Color information
#ABFC50 (or 0xABFC50) is known color: Green Yellow. HEX triplet: AB, FC and 50. RGB value is (171,252,80). Sum of RGB (Red+Green+Blue) = 171+252+80=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC50 is #5403AF. Grayscale: #D0D0D0. Windows color (decimal): -5505968 or 5307563. OLE color: 5307563.
HSL color Cylindrical-coordinate representation of color #ABFC50: hue angle of 88.26º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABFC50 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 80 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.01 |
| HSL | 88.26º | 0.97% | 0.65% | - |
| HSV(B) | 88.26º | 0.68% | 0.99% | - |
| XYZ | 53.05 | 78.86 | 20.01 | - |
| YUV | 208.17 | 55.66 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 80 | 0.32 | 0 | 0.68 | 0.01 | 88.26 | 0.97 | 0.65 |
| Hex | AB | FC | 50 | 20 | 0 | 44 | 1 | 58 | 61 | 41 |
| Octal | 253 | 374 | 120 | 40 | 0 | 104 | 1 | 130 | 141 | 101 |
| Binary | 10101011 | 11111100 | 1010000 | 100000 | 0 | 1000100 | 1 | 1011000 | 1100001 | 1000001 |
Color Harmonies of #ABFC50
Complementary color
Monochromatic Colors of #ABFC50
Black with #ABFC50
Text Example
Text Example
White with #ABFC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC50; }
p { color: rgb(171,252,80); }
H1.HeaderClassName
{
color: #ABFC50;
}
.AnyTagClassName
{
color: #ABFC50;
}
</style>
background-color css
<style>
a { background-color: #ABFC50; }
a { background-color: rgb(171,252,80); }
div.DivClassName
{
background-color: #ABFC50;
}
.BgClassName
{
background-color: #ABFC50;
}
</style>
border-color css
<style>
span { border-color: #ABFC50; }
span { border-color: rgb(171,252,80); }
td.TdClassName
{
border-color: #ABFC50;
}
.TagClassName
{
border-color: #ABFC50;
}
</style>