Shades of Green Yellow #ABF320
Tints of Green Yellow #ABF320
RGB
CMYK
RGB Variations
Color information
#ABF320 (or 0xABF320) is known color: Green Yellow. HEX triplet: AB, F3 and 20. RGB value is (171,243,32). Sum of RGB (Red+Green+Blue) = 171+243+32=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 243 (95.31% from 255 or 54.48% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF320 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF320 is #540CDF. Grayscale: #C6C6C6. Windows color (decimal): -5508320 or 2159531. OLE color: 2159531.
HSL color Cylindrical-coordinate representation of color #ABF320: hue angle of 80.47º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABF320 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 32 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.05 |
| HSL | 80.47º | 0.9% | 0.54% | - |
| HSV(B) | 80.47º | 0.87% | 0.95% | - |
| XYZ | 49.11 | 72.86 | 12.84 | - |
| YUV | 197.42 | 34.65 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 32 | 0.30 | 0 | 0.87 | 0.05 | 80.47 | 0.9 | 0.54 |
| Hex | AB | F3 | 20 | 1E | 0 | 57 | 5 | 50 | 5A | 36 |
| Octal | 253 | 363 | 40 | 36 | 0 | 127 | 5 | 120 | 132 | 66 |
| Binary | 10101011 | 11110011 | 100000 | 11110 | 0 | 1010111 | 101 | 1010000 | 1011010 | 110110 |
Color Harmonies of #ABF320
Complementary color
Monochromatic Colors of #ABF320
Black with #ABF320
Text Example
Text Example
White with #ABF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF320; }
p { color: rgb(171,243,32); }
H1.HeaderClassName
{
color: #ABF320;
}
.AnyTagClassName
{
color: #ABF320;
}
</style>
background-color css
<style>
a { background-color: #ABF320; }
a { background-color: rgb(171,243,32); }
div.DivClassName
{
background-color: #ABF320;
}
.BgClassName
{
background-color: #ABF320;
}
</style>
border-color css
<style>
span { border-color: #ABF320; }
span { border-color: rgb(171,243,32); }
td.TdClassName
{
border-color: #ABF320;
}
.TagClassName
{
border-color: #ABF320;
}
</style>