Shades of Spring Bud #ABFC01
Tints of Spring Bud #ABFC01
RGB
CMYK
RGB Variations
Color information
#ABFC01 (or 0xABFC01) is known color: Spring Bud. HEX triplet: AB, FC and 01. RGB value is (171,252,1). Sum of RGB (Red+Green+Blue) = 171+252+1=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 252 (98.83% from 255 or 59.43% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFC01 is #5403FE. Grayscale: #C8C8C8. Windows color (decimal): -5506047 or 130219. OLE color: 130219.
HSL color Cylindrical-coordinate representation of color #ABFC01: hue angle of 79.36º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABFC01 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 1 | - |
| CMYK | 0.32 | 0 | 1.00 | 0.01 |
| HSL | 79.36º | 0.99% | 0.5% | - |
| HSV(B) | 79.36º | 1% | 0.99% | - |
| XYZ | 51.61 | 78.28 | 12.42 | - |
| YUV | 199.17 | 16.16 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 1 | 0.32 | 0 | 1.00 | 0.01 | 79.36 | 0.99 | 0.5 |
| Hex | AB | FC | 1 | 20 | 0 | 64 | 1 | 4F | 63 | 32 |
| Octal | 253 | 374 | 1 | 40 | 0 | 144 | 1 | 117 | 143 | 62 |
| Binary | 10101011 | 11111100 | 1 | 100000 | 0 | 1100100 | 1 | 1001111 | 1100011 | 110010 |
Color Harmonies of #ABFC01
Complementary color
Monochromatic Colors of #ABFC01
Black with #ABFC01
Text Example
Text Example
White with #ABFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC01; }
p { color: rgb(171,252,1); }
H1.HeaderClassName
{
color: #ABFC01;
}
.AnyTagClassName
{
color: #ABFC01;
}
</style>
background-color css
<style>
a { background-color: #ABFC01; }
a { background-color: rgb(171,252,1); }
div.DivClassName
{
background-color: #ABFC01;
}
.BgClassName
{
background-color: #ABFC01;
}
</style>
border-color css
<style>
span { border-color: #ABFC01; }
span { border-color: rgb(171,252,1); }
td.TdClassName
{
border-color: #ABFC01;
}
.TagClassName
{
border-color: #ABFC01;
}
</style>