Shades of Spring Bud #ABFA00
Tints of Spring Bud #ABFA00
RGB
CMYK
RGB Variations
Color information
#ABFA00 (or 0xABFA00) is known color: Spring Bud. HEX triplet: AB, FA and 00. RGB value is (171,250,0). Sum of RGB (Red+Green+Blue) = 171+250+0=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFA00 is #5405FF. Grayscale: #C6C6C6. Windows color (decimal): -5506560 or 64171. OLE color: 64171.
HSL color Cylindrical-coordinate representation of color #ABFA00: hue angle of 78.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABFA00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.02 |
| HSL | 78.96º | 1% | 0.49% | - |
| HSV(B) | 78.96º | 1% | 0.98% | - |
| XYZ | 50.98 | 77.03 | 12.18 | - |
| YUV | 197.88 | 16.33 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 0 | 0.32 | 0 | 1 | 0.02 | 78.96 | 1 | 0.49 |
| Hex | AB | FA | 0 | 20 | 0 | 64 | 2 | 4F | 64 | 31 |
| Octal | 253 | 372 | 0 | 40 | 0 | 144 | 2 | 117 | 144 | 61 |
| Binary | 10101011 | 11111010 | 0 | 100000 | 0 | 1100100 | 10 | 1001111 | 1100100 | 110001 |
Color Harmonies of #ABFA00
Complementary color
Monochromatic Colors of #ABFA00
Black with #ABFA00
Text Example
Text Example
White with #ABFA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFA00; }
p { color: rgb(171,250,0); }
H1.HeaderClassName
{
color: #ABFA00;
}
.AnyTagClassName
{
color: #ABFA00;
}
</style>
background-color css
<style>
a { background-color: #ABFA00; }
a { background-color: rgb(171,250,0); }
div.DivClassName
{
background-color: #ABFA00;
}
.BgClassName
{
background-color: #ABFA00;
}
</style>
border-color css
<style>
span { border-color: #ABFA00; }
span { border-color: rgb(171,250,0); }
td.TdClassName
{
border-color: #ABFA00;
}
.TagClassName
{
border-color: #ABFA00;
}
</style>