Shades of Green Yellow #ABF521
Tints of Green Yellow #ABF521
RGB
CMYK
RGB Variations
Color information
#ABF521 (or 0xABF521) is known color: Green Yellow. HEX triplet: AB, F5 and 21. RGB value is (171,245,33). Sum of RGB (Red+Green+Blue) = 171+245+33=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 245 (96.09% from 255 or 54.57% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF521 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF521 is #540ADE. Grayscale: #C7C7C7. Windows color (decimal): -5507807 or 2225579. OLE color: 2225579.
HSL color Cylindrical-coordinate representation of color #ABF521: hue angle of 80.94º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABF521 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 33 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.04 |
| HSL | 80.94º | 0.91% | 0.55% | - |
| HSV(B) | 80.94º | 0.87% | 0.96% | - |
| XYZ | 49.72 | 74.07 | 13.12 | - |
| YUV | 198.71 | 34.48 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 33 | 0.30 | 0 | 0.87 | 0.04 | 80.94 | 0.91 | 0.55 |
| Hex | AB | F5 | 21 | 1E | 0 | 57 | 4 | 51 | 5B | 37 |
| Octal | 253 | 365 | 41 | 36 | 0 | 127 | 4 | 121 | 133 | 67 |
| Binary | 10101011 | 11110101 | 100001 | 11110 | 0 | 1010111 | 100 | 1010001 | 1011011 | 110111 |
Color Harmonies of #ABF521
Complementary color
Monochromatic Colors of #ABF521
Black with #ABF521
Text Example
Text Example
White with #ABF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF521; }
p { color: rgb(171,245,33); }
H1.HeaderClassName
{
color: #ABF521;
}
.AnyTagClassName
{
color: #ABF521;
}
</style>
background-color css
<style>
a { background-color: #ABF521; }
a { background-color: rgb(171,245,33); }
div.DivClassName
{
background-color: #ABF521;
}
.BgClassName
{
background-color: #ABF521;
}
</style>
border-color css
<style>
span { border-color: #ABF521; }
span { border-color: rgb(171,245,33); }
td.TdClassName
{
border-color: #ABF521;
}
.TagClassName
{
border-color: #ABF521;
}
</style>