Shades of Green Yellow #ABFF3A
Tints of Green Yellow #ABFF3A
RGB
CMYK
RGB Variations
Color information
#ABFF3A (or 0xABFF3A) is known color: Green Yellow. HEX triplet: AB, FF and 3A. RGB value is (171,255,58). Sum of RGB (Red+Green+Blue) = 171+255+58=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFF3A is #5400C5. Grayscale: #D0D0D0. Windows color (decimal): -5505222 or 3866539. OLE color: 3866539.
HSL color Cylindrical-coordinate representation of color #ABFF3A: hue angle of 85.58º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABFF3A is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 58 | - |
| CMYK | 0.33 | 0 | 0.77 | 0 |
| HSL | 85.58º | 1% | 0.61% | - |
| HSV(B) | 85.58º | 0.77% | 1% | - |
| XYZ | 53.32 | 80.48 | 16.73 | - |
| YUV | 207.43 | 43.67 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 58 | 0.33 | 0 | 0.77 | 0 | 85.58 | 1 | 0.61 |
| Hex | AB | FF | 3A | 21 | 0 | 4D | 0 | 56 | 64 | 3D |
| Octal | 253 | 377 | 72 | 41 | 0 | 115 | 0 | 126 | 144 | 75 |
| Binary | 10101011 | 11111111 | 111010 | 100001 | 0 | 1001101 | 0 | 1010110 | 1100100 | 111101 |
Color Harmonies of #ABFF3A
Complementary color
Monochromatic Colors of #ABFF3A
Black with #ABFF3A
Text Example
Text Example
White with #ABFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF3A; }
p { color: rgb(171,255,58); }
H1.HeaderClassName
{
color: #ABFF3A;
}
.AnyTagClassName
{
color: #ABFF3A;
}
</style>
background-color css
<style>
a { background-color: #ABFF3A; }
a { background-color: rgb(171,255,58); }
div.DivClassName
{
background-color: #ABFF3A;
}
.BgClassName
{
background-color: #ABFF3A;
}
</style>
border-color css
<style>
span { border-color: #ABFF3A; }
span { border-color: rgb(171,255,58); }
td.TdClassName
{
border-color: #ABFF3A;
}
.TagClassName
{
border-color: #ABFF3A;
}
</style>