Shades of Green Yellow #ABFD2A
Tints of Green Yellow #ABFD2A
RGB
CMYK
RGB Variations
Color information
#ABFD2A (or 0xABFD2A) is known color: Green Yellow. HEX triplet: AB, FD and 2A. RGB value is (171,253,42). Sum of RGB (Red+Green+Blue) = 171+253+42=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFD2A is #5402D5. Grayscale: #CDCDCD. Windows color (decimal): -5505750 or 2817451. OLE color: 2817451.
HSL color Cylindrical-coordinate representation of color #ABFD2A: hue angle of 83.32º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABFD2A is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 42 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.01 |
| HSL | 83.32º | 0.98% | 0.58% | - |
| HSV(B) | 83.32º | 0.83% | 0.99% | - |
| XYZ | 52.34 | 79.08 | 14.7 | - |
| YUV | 204.43 | 36.33 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 42 | 0.32 | 0 | 0.83 | 0.01 | 83.32 | 0.98 | 0.58 |
| Hex | AB | FD | 2A | 20 | 0 | 53 | 1 | 53 | 62 | 3A |
| Octal | 253 | 375 | 52 | 40 | 0 | 123 | 1 | 123 | 142 | 72 |
| Binary | 10101011 | 11111101 | 101010 | 100000 | 0 | 1010011 | 1 | 1010011 | 1100010 | 111010 |
Color Harmonies of #ABFD2A
Complementary color
Monochromatic Colors of #ABFD2A
Black with #ABFD2A
Text Example
Text Example
White with #ABFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD2A; }
p { color: rgb(171,253,42); }
H1.HeaderClassName
{
color: #ABFD2A;
}
.AnyTagClassName
{
color: #ABFD2A;
}
</style>
background-color css
<style>
a { background-color: #ABFD2A; }
a { background-color: rgb(171,253,42); }
div.DivClassName
{
background-color: #ABFD2A;
}
.BgClassName
{
background-color: #ABFD2A;
}
</style>
border-color css
<style>
span { border-color: #ABFD2A; }
span { border-color: rgb(171,253,42); }
td.TdClassName
{
border-color: #ABFD2A;
}
.TagClassName
{
border-color: #ABFD2A;
}
</style>