Shades of Green Yellow #ABF52D
Tints of Green Yellow #ABF52D
RGB
CMYK
RGB Variations
Color information
#ABF52D (or 0xABF52D) is known color: Green Yellow. HEX triplet: AB, F5 and 2D. RGB value is (171,245,45). Sum of RGB (Red+Green+Blue) = 171+245+45=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 245 (96.09% from 255 or 53.15% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF52D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF52D is #540AD2. Grayscale: #C8C8C8. Windows color (decimal): -5507795 or 3012011. OLE color: 3012011.
HSL color Cylindrical-coordinate representation of color #ABF52D: hue angle of 82.2º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABF52D is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 45 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.04 |
| HSL | 82.2º | 0.91% | 0.57% | - |
| HSV(B) | 82.2º | 0.82% | 0.96% | - |
| XYZ | 49.92 | 74.15 | 14.16 | - |
| YUV | 200.07 | 40.48 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 45 | 0.30 | 0 | 0.82 | 0.04 | 82.2 | 0.91 | 0.57 |
| Hex | AB | F5 | 2D | 1E | 0 | 52 | 4 | 52 | 5B | 39 |
| Octal | 253 | 365 | 55 | 36 | 0 | 122 | 4 | 122 | 133 | 71 |
| Binary | 10101011 | 11110101 | 101101 | 11110 | 0 | 1010010 | 100 | 1010010 | 1011011 | 111001 |
Color Harmonies of #ABF52D
Complementary color
Monochromatic Colors of #ABF52D
Black with #ABF52D
Text Example
Text Example
White with #ABF52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF52D; }
p { color: rgb(171,245,45); }
H1.HeaderClassName
{
color: #ABF52D;
}
.AnyTagClassName
{
color: #ABF52D;
}
</style>
background-color css
<style>
a { background-color: #ABF52D; }
a { background-color: rgb(171,245,45); }
div.DivClassName
{
background-color: #ABF52D;
}
.BgClassName
{
background-color: #ABF52D;
}
</style>
border-color css
<style>
span { border-color: #ABF52D; }
span { border-color: rgb(171,245,45); }
td.TdClassName
{
border-color: #ABF52D;
}
.TagClassName
{
border-color: #ABF52D;
}
</style>