Shades of Spring Bud #ABFD05
Tints of Spring Bud #ABFD05
RGB
CMYK
RGB Variations
Color information
#ABFD05 (or 0xABFD05) is known color: Spring Bud. HEX triplet: AB, FD and 05. RGB value is (171,253,5). Sum of RGB (Red+Green+Blue) = 171+253+5=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 253 (99.22% from 255 or 58.97% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFD05 is #5402FA. Grayscale: #C9C9C9. Windows color (decimal): -5505787 or 392619. OLE color: 392619.
HSL color Cylindrical-coordinate representation of color #ABFD05: hue angle of 79.84º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABFD05 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 5 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.01 |
| HSL | 79.84º | 0.98% | 0.51% | - |
| HSV(B) | 79.84º | 0.98% | 0.99% | - |
| XYZ | 51.95 | 78.92 | 12.64 | - |
| YUV | 200.21 | 17.83 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 5 | 0.32 | 0 | 0.98 | 0.01 | 79.84 | 0.98 | 0.51 |
| Hex | AB | FD | 5 | 20 | 0 | 62 | 1 | 50 | 62 | 33 |
| Octal | 253 | 375 | 5 | 40 | 0 | 142 | 1 | 120 | 142 | 63 |
| Binary | 10101011 | 11111101 | 101 | 100000 | 0 | 1100010 | 1 | 1010000 | 1100010 | 110011 |
Color Harmonies of #ABFD05
Complementary color
Monochromatic Colors of #ABFD05
Black with #ABFD05
Text Example
Text Example
White with #ABFD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD05; }
p { color: rgb(171,253,5); }
H1.HeaderClassName
{
color: #ABFD05;
}
.AnyTagClassName
{
color: #ABFD05;
}
</style>
background-color css
<style>
a { background-color: #ABFD05; }
a { background-color: rgb(171,253,5); }
div.DivClassName
{
background-color: #ABFD05;
}
.BgClassName
{
background-color: #ABFD05;
}
</style>
border-color css
<style>
span { border-color: #ABFD05; }
span { border-color: rgb(171,253,5); }
td.TdClassName
{
border-color: #ABFD05;
}
.TagClassName
{
border-color: #ABFD05;
}
</style>