Shades of Green Yellow #ABFC32
Tints of Green Yellow #ABFC32
RGB
CMYK
RGB Variations
Color information
#ABFC32 (or 0xABFC32) is known color: Green Yellow. HEX triplet: AB, FC and 32. RGB value is (171,252,50). Sum of RGB (Red+Green+Blue) = 171+252+50=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFC32 is #5403CD. Grayscale: #CDCDCD. Windows color (decimal): -5505998 or 3341483. OLE color: 3341483.
HSL color Cylindrical-coordinate representation of color #ABFC32: hue angle of 84.06º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABFC32 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 50 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.01 |
| HSL | 84.06º | 0.97% | 0.59% | - |
| HSV(B) | 84.06º | 0.8% | 0.99% | - |
| XYZ | 52.18 | 78.51 | 15.42 | - |
| YUV | 204.75 | 40.66 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 50 | 0.32 | 0 | 0.80 | 0.01 | 84.06 | 0.97 | 0.59 |
| Hex | AB | FC | 32 | 20 | 0 | 50 | 1 | 54 | 61 | 3B |
| Octal | 253 | 374 | 62 | 40 | 0 | 120 | 1 | 124 | 141 | 73 |
| Binary | 10101011 | 11111100 | 110010 | 100000 | 0 | 1010000 | 1 | 1010100 | 1100001 | 111011 |
Color Harmonies of #ABFC32
Complementary color
Monochromatic Colors of #ABFC32
Black with #ABFC32
Text Example
Text Example
White with #ABFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC32; }
p { color: rgb(171,252,50); }
H1.HeaderClassName
{
color: #ABFC32;
}
.AnyTagClassName
{
color: #ABFC32;
}
</style>
background-color css
<style>
a { background-color: #ABFC32; }
a { background-color: rgb(171,252,50); }
div.DivClassName
{
background-color: #ABFC32;
}
.BgClassName
{
background-color: #ABFC32;
}
</style>
border-color css
<style>
span { border-color: #ABFC32; }
span { border-color: rgb(171,252,50); }
td.TdClassName
{
border-color: #ABFC32;
}
.TagClassName
{
border-color: #ABFC32;
}
</style>