Shades of Spring Bud #ABFF00
Tints of Spring Bud #ABFF00
RGB
CMYK
RGB Variations
Color information
#ABFF00 (or 0xABFF00) is known color: Spring Bud. HEX triplet: AB, FF and 00. RGB value is (171,255,0). Sum of RGB (Red+Green+Blue) = 171+255+0=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFF00 is #5400FF. Grayscale: #C9C9C9. Windows color (decimal): -5505280 or 65451. OLE color: 65451.
HSL color Cylindrical-coordinate representation of color #ABFF00: hue angle of 79.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABFF00 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0 |
| HSL | 79.76º | 1% | 0.5% | - |
| HSV(B) | 79.76º | 1% | 1% | - |
| XYZ | 52.55 | 80.18 | 12.71 | - |
| YUV | 200.81 | 14.67 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 0 | 0.33 | 0 | 1 | 0 | 79.76 | 1 | 0.5 |
| Hex | AB | FF | 0 | 21 | 0 | 64 | 0 | 50 | 64 | 32 |
| Octal | 253 | 377 | 0 | 41 | 0 | 144 | 0 | 120 | 144 | 62 |
| Binary | 10101011 | 11111111 | 0 | 100001 | 0 | 1100100 | 0 | 1010000 | 1100100 | 110010 |
Color Harmonies of #ABFF00
Complementary color
Monochromatic Colors of #ABFF00
Black with #ABFF00
Text Example
Text Example
White with #ABFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF00; }
p { color: rgb(171,255,0); }
H1.HeaderClassName
{
color: #ABFF00;
}
.AnyTagClassName
{
color: #ABFF00;
}
</style>
background-color css
<style>
a { background-color: #ABFF00; }
a { background-color: rgb(171,255,0); }
div.DivClassName
{
background-color: #ABFF00;
}
.BgClassName
{
background-color: #ABFF00;
}
</style>
border-color css
<style>
span { border-color: #ABFF00; }
span { border-color: rgb(171,255,0); }
td.TdClassName
{
border-color: #ABFF00;
}
.TagClassName
{
border-color: #ABFF00;
}
</style>