Shades of Green Yellow #ABFA1D
Tints of Green Yellow #ABFA1D
RGB
CMYK
RGB Variations
Color information
#ABFA1D (or 0xABFA1D) is known color: Green Yellow. HEX triplet: AB, FA and 1D. RGB value is (171,250,29). Sum of RGB (Red+Green+Blue) = 171+250+29=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFA1D is #5405E2. Grayscale: #C9C9C9. Windows color (decimal): -5506531 or 1964715. OLE color: 1964715.
HSL color Cylindrical-coordinate representation of color #ABFA1D: hue angle of 81.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABFA1D is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 29 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.02 |
| HSL | 81.45º | 0.96% | 0.55% | - |
| HSV(B) | 81.45º | 0.88% | 0.98% | - |
| XYZ | 51.2 | 77.12 | 13.35 | - |
| YUV | 201.19 | 30.83 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 29 | 0.32 | 0 | 0.88 | 0.02 | 81.45 | 0.96 | 0.55 |
| Hex | AB | FA | 1D | 20 | 0 | 58 | 2 | 51 | 60 | 37 |
| Octal | 253 | 372 | 35 | 40 | 0 | 130 | 2 | 121 | 140 | 67 |
| Binary | 10101011 | 11111010 | 11101 | 100000 | 0 | 1011000 | 10 | 1010001 | 1100000 | 110111 |
Color Harmonies of #ABFA1D
Complementary color
Monochromatic Colors of #ABFA1D
Black with #ABFA1D
Text Example
Text Example
White with #ABFA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFA1D; }
p { color: rgb(171,250,29); }
H1.HeaderClassName
{
color: #ABFA1D;
}
.AnyTagClassName
{
color: #ABFA1D;
}
</style>
background-color css
<style>
a { background-color: #ABFA1D; }
a { background-color: rgb(171,250,29); }
div.DivClassName
{
background-color: #ABFA1D;
}
.BgClassName
{
background-color: #ABFA1D;
}
</style>
border-color css
<style>
span { border-color: #ABFA1D; }
span { border-color: rgb(171,250,29); }
td.TdClassName
{
border-color: #ABFA1D;
}
.TagClassName
{
border-color: #ABFA1D;
}
</style>