Shades of Green Yellow #ABF52A
Tints of Green Yellow #ABF52A
RGB
CMYK
RGB Variations
Color information
#ABF52A (or 0xABF52A) is known color: Green Yellow. HEX triplet: AB, F5 and 2A. RGB value is (171,245,42). Sum of RGB (Red+Green+Blue) = 171+245+42=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF52A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF52A is #540AD5. Grayscale: #C8C8C8. Windows color (decimal): -5507798 or 2815403. OLE color: 2815403.
HSL color Cylindrical-coordinate representation of color #ABF52A: hue angle of 81.87º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABF52A is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 42 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.04 |
| HSL | 81.87º | 0.91% | 0.56% | - |
| HSV(B) | 81.87º | 0.83% | 0.96% | - |
| XYZ | 49.86 | 74.13 | 13.87 | - |
| YUV | 199.73 | 38.98 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 42 | 0.30 | 0 | 0.83 | 0.04 | 81.87 | 0.91 | 0.56 |
| Hex | AB | F5 | 2A | 1E | 0 | 53 | 4 | 52 | 5B | 38 |
| Octal | 253 | 365 | 52 | 36 | 0 | 123 | 4 | 122 | 133 | 70 |
| Binary | 10101011 | 11110101 | 101010 | 11110 | 0 | 1010011 | 100 | 1010010 | 1011011 | 111000 |
Color Harmonies of #ABF52A
Complementary color
Monochromatic Colors of #ABF52A
Black with #ABF52A
Text Example
Text Example
White with #ABF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF52A; }
p { color: rgb(171,245,42); }
H1.HeaderClassName
{
color: #ABF52A;
}
.AnyTagClassName
{
color: #ABF52A;
}
</style>
background-color css
<style>
a { background-color: #ABF52A; }
a { background-color: rgb(171,245,42); }
div.DivClassName
{
background-color: #ABF52A;
}
.BgClassName
{
background-color: #ABF52A;
}
</style>
border-color css
<style>
span { border-color: #ABF52A; }
span { border-color: rgb(171,245,42); }
td.TdClassName
{
border-color: #ABF52A;
}
.TagClassName
{
border-color: #ABF52A;
}
</style>