Shades of Green Yellow #ABFE2B
Tints of Green Yellow #ABFE2B
RGB
CMYK
RGB Variations
Color information
#ABFE2B (or 0xABFE2B) is known color: Green Yellow. HEX triplet: AB, FE and 2B. RGB value is (171,254,43). Sum of RGB (Red+Green+Blue) = 171+254+43=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 254 (99.61% from 255 or 54.27% from 468); Blue value is 43 (17.19% from 255 or 9.19% from 468); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFE2B is #5401D4. Grayscale: #CDCDCD. Windows color (decimal): -5505493 or 2883243. OLE color: 2883243.
HSL color Cylindrical-coordinate representation of color #ABFE2B: hue angle of 83.6º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABFE2B is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 43 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.00 |
| HSL | 83.6º | 0.99% | 0.58% | - |
| HSV(B) | 83.6º | 0.83% | 1% | - |
| XYZ | 52.67 | 79.72 | 14.9 | - |
| YUV | 205.13 | 36.5 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 43 | 0.33 | 0 | 0.83 | 0.00 | 83.6 | 0.99 | 0.58 |
| Hex | AB | FE | 2B | 21 | 0 | 53 | 0 | 54 | 63 | 3A |
| Octal | 253 | 376 | 53 | 41 | 0 | 123 | 0 | 124 | 143 | 72 |
| Binary | 10101011 | 11111110 | 101011 | 100001 | 0 | 1010011 | 0 | 1010100 | 1100011 | 111010 |
Color Harmonies of #ABFE2B
Complementary color
Monochromatic Colors of #ABFE2B
Black with #ABFE2B
Text Example
Text Example
White with #ABFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE2B; }
p { color: rgb(171,254,43); }
H1.HeaderClassName
{
color: #ABFE2B;
}
.AnyTagClassName
{
color: #ABFE2B;
}
</style>
background-color css
<style>
a { background-color: #ABFE2B; }
a { background-color: rgb(171,254,43); }
div.DivClassName
{
background-color: #ABFE2B;
}
.BgClassName
{
background-color: #ABFE2B;
}
</style>
border-color css
<style>
span { border-color: #ABFE2B; }
span { border-color: rgb(171,254,43); }
td.TdClassName
{
border-color: #ABFE2B;
}
.TagClassName
{
border-color: #ABFE2B;
}
</style>