Shades of Spring Bud #ABFF06
Tints of Spring Bud #ABFF06
RGB
CMYK
RGB Variations
Color information
#ABFF06 (or 0xABFF06) is known color: Spring Bud. HEX triplet: AB, FF and 06. RGB value is (171,255,6). Sum of RGB (Red+Green+Blue) = 171+255+6=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 6 (2.73% from 255 or 1.39% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFF06 is #5400F9. Grayscale: #CACACA. Windows color (decimal): -5505274 or 458667. OLE color: 458667.
HSL color Cylindrical-coordinate representation of color #ABFF06: hue angle of 80.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABFF06 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 6 | - |
| CMYK | 0.33 | 0 | 0.98 | 0 |
| HSL | 80.24º | 1% | 0.51% | - |
| HSV(B) | 80.24º | 0.98% | 1% | - |
| XYZ | 52.59 | 80.19 | 12.88 | - |
| YUV | 201.5 | 17.67 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 6 | 0.33 | 0 | 0.98 | 0 | 80.24 | 1 | 0.51 |
| Hex | AB | FF | 6 | 21 | 0 | 62 | 0 | 50 | 64 | 33 |
| Octal | 253 | 377 | 6 | 41 | 0 | 142 | 0 | 120 | 144 | 63 |
| Binary | 10101011 | 11111111 | 110 | 100001 | 0 | 1100010 | 0 | 1010000 | 1100100 | 110011 |
Color Harmonies of #ABFF06
Complementary color
Monochromatic Colors of #ABFF06
Black with #ABFF06
Text Example
Text Example
White with #ABFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF06; }
p { color: rgb(171,255,6); }
H1.HeaderClassName
{
color: #ABFF06;
}
.AnyTagClassName
{
color: #ABFF06;
}
</style>
background-color css
<style>
a { background-color: #ABFF06; }
a { background-color: rgb(171,255,6); }
div.DivClassName
{
background-color: #ABFF06;
}
.BgClassName
{
background-color: #ABFF06;
}
</style>
border-color css
<style>
span { border-color: #ABFF06; }
span { border-color: rgb(171,255,6); }
td.TdClassName
{
border-color: #ABFF06;
}
.TagClassName
{
border-color: #ABFF06;
}
</style>