Shades of Spring Bud #ABFF0B
Tints of Spring Bud #ABFF0B
RGB
CMYK
RGB Variations
Color information
#ABFF0B (or 0xABFF0B) is known color: Spring Bud. HEX triplet: AB, FF and 0B. RGB value is (171,255,11). Sum of RGB (Red+Green+Blue) = 171+255+11=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFF0B is #5400F4. Grayscale: #CACACA. Windows color (decimal): -5505269 or 786347. OLE color: 786347.
HSL color Cylindrical-coordinate representation of color #ABFF0B: hue angle of 80.66º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABFF0B is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 11 | - |
| CMYK | 0.33 | 0 | 0.96 | 0 |
| HSL | 80.66º | 1% | 0.52% | - |
| HSV(B) | 80.66º | 0.96% | 1% | - |
| XYZ | 52.61 | 80.2 | 13.02 | - |
| YUV | 202.07 | 20.17 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 11 | 0.33 | 0 | 0.96 | 0 | 80.66 | 1 | 0.52 |
| Hex | AB | FF | B | 21 | 0 | 60 | 0 | 51 | 64 | 34 |
| Octal | 253 | 377 | 13 | 41 | 0 | 140 | 0 | 121 | 144 | 64 |
| Binary | 10101011 | 11111111 | 1011 | 100001 | 0 | 1100000 | 0 | 1010001 | 1100100 | 110100 |
Color Harmonies of #ABFF0B
Complementary color
Monochromatic Colors of #ABFF0B
Black with #ABFF0B
Text Example
Text Example
White with #ABFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF0B; }
p { color: rgb(171,255,11); }
H1.HeaderClassName
{
color: #ABFF0B;
}
.AnyTagClassName
{
color: #ABFF0B;
}
</style>
background-color css
<style>
a { background-color: #ABFF0B; }
a { background-color: rgb(171,255,11); }
div.DivClassName
{
background-color: #ABFF0B;
}
.BgClassName
{
background-color: #ABFF0B;
}
</style>
border-color css
<style>
span { border-color: #ABFF0B; }
span { border-color: rgb(171,255,11); }
td.TdClassName
{
border-color: #ABFF0B;
}
.TagClassName
{
border-color: #ABFF0B;
}
</style>