Shades of Green Yellow #ABF431
Tints of Green Yellow #ABF431
RGB
CMYK
RGB Variations
Color information
#ABF431 (or 0xABF431) is known color: Green Yellow. HEX triplet: AB, F4 and 31. RGB value is (171,244,49). Sum of RGB (Red+Green+Blue) = 171+244+49=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF431 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF431 is #540BCE. Grayscale: #C8C8C8. Windows color (decimal): -5508047 or 3273899. OLE color: 3273899.
HSL color Cylindrical-coordinate representation of color #ABF431: hue angle of 82.46º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABF431 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 244 | 49 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.04 |
| HSL | 82.46º | 0.9% | 0.57% | - |
| HSV(B) | 82.46º | 0.8% | 0.96% | - |
| XYZ | 49.7 | 73.58 | 14.49 | - |
| YUV | 199.94 | 42.82 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 244 | 49 | 0.30 | 0 | 0.80 | 0.04 | 82.46 | 0.9 | 0.57 |
| Hex | AB | F4 | 31 | 1E | 0 | 50 | 4 | 52 | 5A | 39 |
| Octal | 253 | 364 | 61 | 36 | 0 | 120 | 4 | 122 | 132 | 71 |
| Binary | 10101011 | 11110100 | 110001 | 11110 | 0 | 1010000 | 100 | 1010010 | 1011010 | 111001 |
Color Harmonies of #ABF431
Complementary color
Monochromatic Colors of #ABF431
Black with #ABF431
Text Example
Text Example
White with #ABF431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF431; }
p { color: rgb(171,244,49); }
H1.HeaderClassName
{
color: #ABF431;
}
.AnyTagClassName
{
color: #ABF431;
}
</style>
background-color css
<style>
a { background-color: #ABF431; }
a { background-color: rgb(171,244,49); }
div.DivClassName
{
background-color: #ABF431;
}
.BgClassName
{
background-color: #ABF431;
}
</style>
border-color css
<style>
span { border-color: #ABF431; }
span { border-color: rgb(171,244,49); }
td.TdClassName
{
border-color: #ABF431;
}
.TagClassName
{
border-color: #ABF431;
}
</style>