Shades of Green Yellow #ABF128
Tints of Green Yellow #ABF128
RGB
CMYK
RGB Variations
Color information
#ABF128 (or 0xABF128) is known color: Green Yellow. HEX triplet: AB, F1 and 28. RGB value is (171,241,40). Sum of RGB (Red+Green+Blue) = 171+241+40=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF128 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF128 is #540ED7. Grayscale: #C5C5C5. Windows color (decimal): -5508824 or 2683307. OLE color: 2683307.
HSL color Cylindrical-coordinate representation of color #ABF128: hue angle of 80.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABF128 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 40 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.05 |
| HSL | 80.9º | 0.88% | 0.55% | - |
| HSV(B) | 80.9º | 0.83% | 0.95% | - |
| XYZ | 48.63 | 71.72 | 13.29 | - |
| YUV | 197.16 | 39.31 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 40 | 0.29 | 0 | 0.83 | 0.05 | 80.9 | 0.88 | 0.55 |
| Hex | AB | F1 | 28 | 1D | 0 | 53 | 5 | 51 | 58 | 37 |
| Octal | 253 | 361 | 50 | 35 | 0 | 123 | 5 | 121 | 130 | 67 |
| Binary | 10101011 | 11110001 | 101000 | 11101 | 0 | 1010011 | 101 | 1010001 | 1011000 | 110111 |
Color Harmonies of #ABF128
Complementary color
Monochromatic Colors of #ABF128
Black with #ABF128
Text Example
Text Example
White with #ABF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF128; }
p { color: rgb(171,241,40); }
H1.HeaderClassName
{
color: #ABF128;
}
.AnyTagClassName
{
color: #ABF128;
}
</style>
background-color css
<style>
a { background-color: #ABF128; }
a { background-color: rgb(171,241,40); }
div.DivClassName
{
background-color: #ABF128;
}
.BgClassName
{
background-color: #ABF128;
}
</style>
border-color css
<style>
span { border-color: #ABF128; }
span { border-color: rgb(171,241,40); }
td.TdClassName
{
border-color: #ABF128;
}
.TagClassName
{
border-color: #ABF128;
}
</style>