Shades of Green Yellow #ABFC4B
Tints of Green Yellow #ABFC4B
RGB
CMYK
RGB Variations
Color information
#ABFC4B (or 0xABFC4B) is known color: Green Yellow. HEX triplet: AB, FC and 4B. RGB value is (171,252,75). Sum of RGB (Red+Green+Blue) = 171+252+75=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFC4B is #5403B4. Grayscale: #D0D0D0. Windows color (decimal): -5505973 or 4979883. OLE color: 4979883.
HSL color Cylindrical-coordinate representation of color #ABFC4B: hue angle of 87.46º 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 #ABFC4B is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 75 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.01 |
| HSL | 87.46º | 0.97% | 0.64% | - |
| HSV(B) | 87.46º | 0.7% | 0.99% | - |
| XYZ | 52.87 | 78.79 | 19.08 | - |
| YUV | 207.6 | 53.16 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 75 | 0.32 | 0 | 0.70 | 0.01 | 87.46 | 0.97 | 0.64 |
| Hex | AB | FC | 4B | 20 | 0 | 46 | 1 | 57 | 61 | 40 |
| Octal | 253 | 374 | 113 | 40 | 0 | 106 | 1 | 127 | 141 | 100 |
| Binary | 10101011 | 11111100 | 1001011 | 100000 | 0 | 1000110 | 1 | 1010111 | 1100001 | 1000000 |
Color Harmonies of #ABFC4B
Complementary color
Monochromatic Colors of #ABFC4B
Black with #ABFC4B
Text Example
Text Example
White with #ABFC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC4B; }
p { color: rgb(171,252,75); }
H1.HeaderClassName
{
color: #ABFC4B;
}
.AnyTagClassName
{
color: #ABFC4B;
}
</style>
background-color css
<style>
a { background-color: #ABFC4B; }
a { background-color: rgb(171,252,75); }
div.DivClassName
{
background-color: #ABFC4B;
}
.BgClassName
{
background-color: #ABFC4B;
}
</style>
border-color css
<style>
span { border-color: #ABFC4B; }
span { border-color: rgb(171,252,75); }
td.TdClassName
{
border-color: #ABFC4B;
}
.TagClassName
{
border-color: #ABFC4B;
}
</style>