Shades of Green Yellow #ABFC4C
Tints of Green Yellow #ABFC4C
RGB
CMYK
RGB Variations
Color information
#ABFC4C (or 0xABFC4C) is known color: Green Yellow. HEX triplet: AB, FC and 4C. RGB value is (171,252,76). Sum of RGB (Red+Green+Blue) = 171+252+76=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFC4C is #5403B3. Grayscale: #D0D0D0. Windows color (decimal): -5505972 or 5045419. OLE color: 5045419.
HSL color Cylindrical-coordinate representation of color #ABFC4C: hue angle of 87.61º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABFC4C is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 76 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.01 |
| HSL | 87.61º | 0.97% | 0.64% | - |
| HSV(B) | 87.61º | 0.7% | 0.99% | - |
| XYZ | 52.91 | 78.8 | 19.26 | - |
| YUV | 207.72 | 53.66 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 76 | 0.32 | 0 | 0.70 | 0.01 | 87.61 | 0.97 | 0.64 |
| Hex | AB | FC | 4C | 20 | 0 | 46 | 1 | 58 | 61 | 40 |
| Octal | 253 | 374 | 114 | 40 | 0 | 106 | 1 | 130 | 141 | 100 |
| Binary | 10101011 | 11111100 | 1001100 | 100000 | 0 | 1000110 | 1 | 1011000 | 1100001 | 1000000 |
Color Harmonies of #ABFC4C
Complementary color
Monochromatic Colors of #ABFC4C
Black with #ABFC4C
Text Example
Text Example
White with #ABFC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC4C; }
p { color: rgb(171,252,76); }
H1.HeaderClassName
{
color: #ABFC4C;
}
.AnyTagClassName
{
color: #ABFC4C;
}
</style>
background-color css
<style>
a { background-color: #ABFC4C; }
a { background-color: rgb(171,252,76); }
div.DivClassName
{
background-color: #ABFC4C;
}
.BgClassName
{
background-color: #ABFC4C;
}
</style>
border-color css
<style>
span { border-color: #ABFC4C; }
span { border-color: rgb(171,252,76); }
td.TdClassName
{
border-color: #ABFC4C;
}
.TagClassName
{
border-color: #ABFC4C;
}
</style>