Shades of Green Yellow #ABFC1C
Tints of Green Yellow #ABFC1C
RGB
CMYK
RGB Variations
Color information
#ABFC1C (or 0xABFC1C) is known color: Green Yellow. HEX triplet: AB, FC and 1C. RGB value is (171,252,28). Sum of RGB (Red+Green+Blue) = 171+252+28=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 252 (98.83% from 255 or 55.88% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFC1C is #5403E3. Grayscale: #CBCBCB. Windows color (decimal): -5506020 or 1899691. OLE color: 1899691.
HSL color Cylindrical-coordinate representation of color #ABFC1C: hue angle of 81.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABFC1C is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 28 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.01 |
| HSL | 81.7º | 0.97% | 0.55% | - |
| HSV(B) | 81.7º | 0.89% | 0.99% | - |
| XYZ | 51.81 | 78.36 | 13.49 | - |
| YUV | 202.25 | 29.66 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 28 | 0.32 | 0 | 0.89 | 0.01 | 81.7 | 0.97 | 0.55 |
| Hex | AB | FC | 1C | 20 | 0 | 59 | 1 | 52 | 61 | 37 |
| Octal | 253 | 374 | 34 | 40 | 0 | 131 | 1 | 122 | 141 | 67 |
| Binary | 10101011 | 11111100 | 11100 | 100000 | 0 | 1011001 | 1 | 1010010 | 1100001 | 110111 |
Color Harmonies of #ABFC1C
Complementary color
Monochromatic Colors of #ABFC1C
Black with #ABFC1C
Text Example
Text Example
White with #ABFC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC1C; }
p { color: rgb(171,252,28); }
H1.HeaderClassName
{
color: #ABFC1C;
}
.AnyTagClassName
{
color: #ABFC1C;
}
</style>
background-color css
<style>
a { background-color: #ABFC1C; }
a { background-color: rgb(171,252,28); }
div.DivClassName
{
background-color: #ABFC1C;
}
.BgClassName
{
background-color: #ABFC1C;
}
</style>
border-color css
<style>
span { border-color: #ABFC1C; }
span { border-color: rgb(171,252,28); }
td.TdClassName
{
border-color: #ABFC1C;
}
.TagClassName
{
border-color: #ABFC1C;
}
</style>