Shades of Green Yellow #ABFC40
Tints of Green Yellow #ABFC40
RGB
CMYK
RGB Variations
Color information
#ABFC40 (or 0xABFC40) is known color: Green Yellow. HEX triplet: AB, FC and 40. RGB value is (171,252,64). Sum of RGB (Red+Green+Blue) = 171+252+64=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFC40 is #5403BF. Grayscale: #CFCFCF. Windows color (decimal): -5505984 or 4258987. OLE color: 4258987.
HSL color Cylindrical-coordinate representation of color #ABFC40: hue angle of 85.85º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABFC40 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 64 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.01 |
| HSL | 85.85º | 0.97% | 0.62% | - |
| HSV(B) | 85.85º | 0.75% | 0.99% | - |
| XYZ | 52.53 | 78.65 | 17.26 | - |
| YUV | 206.35 | 47.66 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 64 | 0.32 | 0 | 0.75 | 0.01 | 85.85 | 0.97 | 0.62 |
| Hex | AB | FC | 40 | 20 | 0 | 4B | 1 | 56 | 61 | 3E |
| Octal | 253 | 374 | 100 | 40 | 0 | 113 | 1 | 126 | 141 | 76 |
| Binary | 10101011 | 11111100 | 1000000 | 100000 | 0 | 1001011 | 1 | 1010110 | 1100001 | 111110 |
Color Harmonies of #ABFC40
Complementary color
Monochromatic Colors of #ABFC40
Black with #ABFC40
Text Example
Text Example
White with #ABFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC40; }
p { color: rgb(171,252,64); }
H1.HeaderClassName
{
color: #ABFC40;
}
.AnyTagClassName
{
color: #ABFC40;
}
</style>
background-color css
<style>
a { background-color: #ABFC40; }
a { background-color: rgb(171,252,64); }
div.DivClassName
{
background-color: #ABFC40;
}
.BgClassName
{
background-color: #ABFC40;
}
</style>
border-color css
<style>
span { border-color: #ABFC40; }
span { border-color: rgb(171,252,64); }
td.TdClassName
{
border-color: #ABFC40;
}
.TagClassName
{
border-color: #ABFC40;
}
</style>