Shades of Spring Bud #ABFE01
Tints of Spring Bud #ABFE01
RGB
CMYK
RGB Variations
Color information
#ABFE01 (or 0xABFE01) is known color: Spring Bud. HEX triplet: AB, FE and 01. RGB value is (171,254,1). Sum of RGB (Red+Green+Blue) = 171+254+1=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 254 (99.61% from 255 or 59.62% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFE01 is #5401FE. Grayscale: #C9C9C9. Windows color (decimal): -5505535 or 130731. OLE color: 130731.
HSL color Cylindrical-coordinate representation of color #ABFE01: hue angle of 79.68º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABFE01 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 1 | - |
| CMYK | 0.33 | 0 | 1.00 | 0.00 |
| HSL | 79.68º | 0.99% | 0.5% | - |
| HSV(B) | 79.68º | 1% | 1% | - |
| XYZ | 52.24 | 79.54 | 12.63 | - |
| YUV | 200.34 | 15.5 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 1 | 0.33 | 0 | 1.00 | 0.00 | 79.68 | 0.99 | 0.5 |
| Hex | AB | FE | 1 | 21 | 0 | 64 | 0 | 50 | 63 | 32 |
| Octal | 253 | 376 | 1 | 41 | 0 | 144 | 0 | 120 | 143 | 62 |
| Binary | 10101011 | 11111110 | 1 | 100001 | 0 | 1100100 | 0 | 1010000 | 1100011 | 110010 |
Color Harmonies of #ABFE01
Complementary color
Monochromatic Colors of #ABFE01
Black with #ABFE01
Text Example
Text Example
White with #ABFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE01; }
p { color: rgb(171,254,1); }
H1.HeaderClassName
{
color: #ABFE01;
}
.AnyTagClassName
{
color: #ABFE01;
}
</style>
background-color css
<style>
a { background-color: #ABFE01; }
a { background-color: rgb(171,254,1); }
div.DivClassName
{
background-color: #ABFE01;
}
.BgClassName
{
background-color: #ABFE01;
}
</style>
border-color css
<style>
span { border-color: #ABFE01; }
span { border-color: rgb(171,254,1); }
td.TdClassName
{
border-color: #ABFE01;
}
.TagClassName
{
border-color: #ABFE01;
}
</style>