Shades of Green Yellow #ABFC3A
Tints of Green Yellow #ABFC3A
RGB
CMYK
RGB Variations
Color information
#ABFC3A (or 0xABFC3A) is known color: Green Yellow. HEX triplet: AB, FC and 3A. RGB value is (171,252,58). Sum of RGB (Red+Green+Blue) = 171+252+58=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFC3A is #5403C5. Grayscale: #CECECE. Windows color (decimal): -5505990 or 3865771. OLE color: 3865771.
HSL color Cylindrical-coordinate representation of color #ABFC3A: hue angle of 85.05º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABFC3A is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 58 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.01 |
| HSL | 85.05º | 0.97% | 0.61% | - |
| HSV(B) | 85.05º | 0.77% | 0.99% | - |
| XYZ | 52.37 | 78.58 | 16.41 | - |
| YUV | 205.67 | 44.66 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 58 | 0.32 | 0 | 0.77 | 0.01 | 85.05 | 0.97 | 0.61 |
| Hex | AB | FC | 3A | 20 | 0 | 4D | 1 | 55 | 61 | 3D |
| Octal | 253 | 374 | 72 | 40 | 0 | 115 | 1 | 125 | 141 | 75 |
| Binary | 10101011 | 11111100 | 111010 | 100000 | 0 | 1001101 | 1 | 1010101 | 1100001 | 111101 |
Color Harmonies of #ABFC3A
Complementary color
Monochromatic Colors of #ABFC3A
Black with #ABFC3A
Text Example
Text Example
White with #ABFC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC3A; }
p { color: rgb(171,252,58); }
H1.HeaderClassName
{
color: #ABFC3A;
}
.AnyTagClassName
{
color: #ABFC3A;
}
</style>
background-color css
<style>
a { background-color: #ABFC3A; }
a { background-color: rgb(171,252,58); }
div.DivClassName
{
background-color: #ABFC3A;
}
.BgClassName
{
background-color: #ABFC3A;
}
</style>
border-color css
<style>
span { border-color: #ABFC3A; }
span { border-color: rgb(171,252,58); }
td.TdClassName
{
border-color: #ABFC3A;
}
.TagClassName
{
border-color: #ABFC3A;
}
</style>