Shades of Green Yellow #ABF548
Tints of Green Yellow #ABF548
RGB
CMYK
RGB Variations
Color information
#ABF548 (or 0xABF548) is known color: Green Yellow. HEX triplet: AB, F5 and 48. RGB value is (171,245,72). Sum of RGB (Red+Green+Blue) = 171+245+72=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF548 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF548 is #540AB7. Grayscale: #CBCBCB. Windows color (decimal): -5507768 or 4781483. OLE color: 4781483.
HSL color Cylindrical-coordinate representation of color #ABF548: hue angle of 85.66º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABF548 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 72 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.04 |
| HSL | 85.66º | 0.9% | 0.62% | - |
| HSV(B) | 85.66º | 0.71% | 0.96% | - |
| XYZ | 50.62 | 74.43 | 17.83 | - |
| YUV | 203.15 | 53.98 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 72 | 0.30 | 0 | 0.71 | 0.04 | 85.66 | 0.9 | 0.62 |
| Hex | AB | F5 | 48 | 1E | 0 | 47 | 4 | 56 | 5A | 3E |
| Octal | 253 | 365 | 110 | 36 | 0 | 107 | 4 | 126 | 132 | 76 |
| Binary | 10101011 | 11110101 | 1001000 | 11110 | 0 | 1000111 | 100 | 1010110 | 1011010 | 111110 |
Color Harmonies of #ABF548
Complementary color
Monochromatic Colors of #ABF548
Black with #ABF548
Text Example
Text Example
White with #ABF548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF548; }
p { color: rgb(171,245,72); }
H1.HeaderClassName
{
color: #ABF548;
}
.AnyTagClassName
{
color: #ABF548;
}
</style>
background-color css
<style>
a { background-color: #ABF548; }
a { background-color: rgb(171,245,72); }
div.DivClassName
{
background-color: #ABF548;
}
.BgClassName
{
background-color: #ABF548;
}
</style>
border-color css
<style>
span { border-color: #ABF548; }
span { border-color: rgb(171,245,72); }
td.TdClassName
{
border-color: #ABF548;
}
.TagClassName
{
border-color: #ABF548;
}
</style>