Shades of Green Yellow #ABFC2C
Tints of Green Yellow #ABFC2C
RGB
CMYK
RGB Variations
Color information
#ABFC2C (or 0xABFC2C) is known color: Green Yellow. HEX triplet: AB, FC and 2C. RGB value is (171,252,44). Sum of RGB (Red+Green+Blue) = 171+252+44=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFC2C is #5403D3. Grayscale: #CCCCCC. Windows color (decimal): -5506004 or 2948267. OLE color: 2948267.
HSL color Cylindrical-coordinate representation of color #ABFC2C: hue angle of 83.37º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABFC2C is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 44 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.01 |
| HSL | 83.37º | 0.97% | 0.58% | - |
| HSV(B) | 83.37º | 0.83% | 0.99% | - |
| XYZ | 52.06 | 78.46 | 14.78 | - |
| YUV | 204.07 | 37.66 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 44 | 0.32 | 0 | 0.83 | 0.01 | 83.37 | 0.97 | 0.58 |
| Hex | AB | FC | 2C | 20 | 0 | 53 | 1 | 53 | 61 | 3A |
| Octal | 253 | 374 | 54 | 40 | 0 | 123 | 1 | 123 | 141 | 72 |
| Binary | 10101011 | 11111100 | 101100 | 100000 | 0 | 1010011 | 1 | 1010011 | 1100001 | 111010 |
Color Harmonies of #ABFC2C
Complementary color
Monochromatic Colors of #ABFC2C
Black with #ABFC2C
Text Example
Text Example
White with #ABFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC2C; }
p { color: rgb(171,252,44); }
H1.HeaderClassName
{
color: #ABFC2C;
}
.AnyTagClassName
{
color: #ABFC2C;
}
</style>
background-color css
<style>
a { background-color: #ABFC2C; }
a { background-color: rgb(171,252,44); }
div.DivClassName
{
background-color: #ABFC2C;
}
.BgClassName
{
background-color: #ABFC2C;
}
</style>
border-color css
<style>
span { border-color: #ABFC2C; }
span { border-color: rgb(171,252,44); }
td.TdClassName
{
border-color: #ABFC2C;
}
.TagClassName
{
border-color: #ABFC2C;
}
</style>