Shades of Green Yellow #ABFD3A
Tints of Green Yellow #ABFD3A
RGB
CMYK
RGB Variations
Color information
#ABFD3A (or 0xABFD3A) is known color: Green Yellow. HEX triplet: AB, FD and 3A. RGB value is (171,253,58). Sum of RGB (Red+Green+Blue) = 171+253+58=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFD3A is #5402C5. Grayscale: #CECECE. Windows color (decimal): -5505734 or 3866027. OLE color: 3866027.
HSL color Cylindrical-coordinate representation of color #ABFD3A: hue angle of 85.23º degrees, saturation: 0.98, 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 #ABFD3A is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 58 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.01 |
| HSL | 85.23º | 0.98% | 0.61% | - |
| HSV(B) | 85.23º | 0.77% | 0.99% | - |
| XYZ | 52.68 | 79.21 | 16.52 | - |
| YUV | 206.25 | 44.33 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 58 | 0.32 | 0 | 0.77 | 0.01 | 85.23 | 0.98 | 0.61 |
| Hex | AB | FD | 3A | 20 | 0 | 4D | 1 | 55 | 62 | 3D |
| Octal | 253 | 375 | 72 | 40 | 0 | 115 | 1 | 125 | 142 | 75 |
| Binary | 10101011 | 11111101 | 111010 | 100000 | 0 | 1001101 | 1 | 1010101 | 1100010 | 111101 |
Color Harmonies of #ABFD3A
Complementary color
Monochromatic Colors of #ABFD3A
Black with #ABFD3A
Text Example
Text Example
White with #ABFD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD3A; }
p { color: rgb(171,253,58); }
H1.HeaderClassName
{
color: #ABFD3A;
}
.AnyTagClassName
{
color: #ABFD3A;
}
</style>
background-color css
<style>
a { background-color: #ABFD3A; }
a { background-color: rgb(171,253,58); }
div.DivClassName
{
background-color: #ABFD3A;
}
.BgClassName
{
background-color: #ABFD3A;
}
</style>
border-color css
<style>
span { border-color: #ABFD3A; }
span { border-color: rgb(171,253,58); }
td.TdClassName
{
border-color: #ABFD3A;
}
.TagClassName
{
border-color: #ABFD3A;
}
</style>