Shades of Spring Bud #ABFD00
Tints of Spring Bud #ABFD00
RGB
CMYK
RGB Variations
Color information
#ABFD00 (or 0xABFD00) is known color: Spring Bud. HEX triplet: AB, FD and 00. RGB value is (171,253,0). Sum of RGB (Red+Green+Blue) = 171+253+0=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 253 (99.22% from 255 or 59.67% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFD00 is #5402FF. Grayscale: #C8C8C8. Windows color (decimal): -5505792 or 64939. OLE color: 64939.
HSL color Cylindrical-coordinate representation of color #ABFD00: hue angle of 79.45º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABFD00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.01 |
| HSL | 79.45º | 1% | 0.5% | - |
| HSV(B) | 79.45º | 1% | 0.99% | - |
| XYZ | 51.92 | 78.91 | 12.49 | - |
| YUV | 199.64 | 15.33 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 0 | 0.32 | 0 | 1 | 0.01 | 79.45 | 1 | 0.5 |
| Hex | AB | FD | 0 | 20 | 0 | 64 | 1 | 4F | 64 | 32 |
| Octal | 253 | 375 | 0 | 40 | 0 | 144 | 1 | 117 | 144 | 62 |
| Binary | 10101011 | 11111101 | 0 | 100000 | 0 | 1100100 | 1 | 1001111 | 1100100 | 110010 |
Color Harmonies of #ABFD00
Complementary color
Monochromatic Colors of #ABFD00
Black with #ABFD00
Text Example
Text Example
White with #ABFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD00; }
p { color: rgb(171,253,0); }
H1.HeaderClassName
{
color: #ABFD00;
}
.AnyTagClassName
{
color: #ABFD00;
}
</style>
background-color css
<style>
a { background-color: #ABFD00; }
a { background-color: rgb(171,253,0); }
div.DivClassName
{
background-color: #ABFD00;
}
.BgClassName
{
background-color: #ABFD00;
}
</style>
border-color css
<style>
span { border-color: #ABFD00; }
span { border-color: rgb(171,253,0); }
td.TdClassName
{
border-color: #ABFD00;
}
.TagClassName
{
border-color: #ABFD00;
}
</style>