Shades of Green Yellow #ABFE40
Tints of Green Yellow #ABFE40
RGB
CMYK
RGB Variations
Color information
#ABFE40 (or 0xABFE40) is known color: Green Yellow. HEX triplet: AB, FE and 40. RGB value is (171,254,64). Sum of RGB (Red+Green+Blue) = 171+254+64=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFE40 is #5401BF. Grayscale: #D0D0D0. Windows color (decimal): -5505472 or 4259499. OLE color: 4259499.
HSL color Cylindrical-coordinate representation of color #ABFE40: hue angle of 86.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABFE40 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 64 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.00 |
| HSL | 86.21º | 0.99% | 0.62% | - |
| HSV(B) | 86.21º | 0.75% | 1% | - |
| XYZ | 53.16 | 79.91 | 17.47 | - |
| YUV | 207.52 | 47 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 64 | 0.33 | 0 | 0.75 | 0.00 | 86.21 | 0.99 | 0.62 |
| Hex | AB | FE | 40 | 21 | 0 | 4B | 0 | 56 | 63 | 3E |
| Octal | 253 | 376 | 100 | 41 | 0 | 113 | 0 | 126 | 143 | 76 |
| Binary | 10101011 | 11111110 | 1000000 | 100001 | 0 | 1001011 | 0 | 1010110 | 1100011 | 111110 |
Color Harmonies of #ABFE40
Complementary color
Monochromatic Colors of #ABFE40
Black with #ABFE40
Text Example
Text Example
White with #ABFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE40; }
p { color: rgb(171,254,64); }
H1.HeaderClassName
{
color: #ABFE40;
}
.AnyTagClassName
{
color: #ABFE40;
}
</style>
background-color css
<style>
a { background-color: #ABFE40; }
a { background-color: rgb(171,254,64); }
div.DivClassName
{
background-color: #ABFE40;
}
.BgClassName
{
background-color: #ABFE40;
}
</style>
border-color css
<style>
span { border-color: #ABFE40; }
span { border-color: rgb(171,254,64); }
td.TdClassName
{
border-color: #ABFE40;
}
.TagClassName
{
border-color: #ABFE40;
}
</style>