Shades of Spring Bud #ABFE11
Tints of Spring Bud #ABFE11
RGB
CMYK
RGB Variations
Color information
#ABFE11 (or 0xABFE11) is known color: Spring Bud. HEX triplet: AB, FE and 11. RGB value is (171,254,17). Sum of RGB (Red+Green+Blue) = 171+254+17=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 254 (99.61% from 255 or 57.47% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFE11 is #5401EE. Grayscale: #CBCBCB. Windows color (decimal): -5505519 or 1179307. OLE color: 1179307.
HSL color Cylindrical-coordinate representation of color #ABFE11: hue angle of 81.01º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABFE11 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 17 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.00 |
| HSL | 81.01º | 0.99% | 0.53% | - |
| HSV(B) | 81.01º | 0.93% | 1% | - |
| XYZ | 52.34 | 79.58 | 13.13 | - |
| YUV | 202.17 | 23.5 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 17 | 0.33 | 0 | 0.93 | 0.00 | 81.01 | 0.99 | 0.53 |
| Hex | AB | FE | 11 | 21 | 0 | 5D | 0 | 51 | 63 | 35 |
| Octal | 253 | 376 | 21 | 41 | 0 | 135 | 0 | 121 | 143 | 65 |
| Binary | 10101011 | 11111110 | 10001 | 100001 | 0 | 1011101 | 0 | 1010001 | 1100011 | 110101 |
Color Harmonies of #ABFE11
Complementary color
Monochromatic Colors of #ABFE11
Black with #ABFE11
Text Example
Text Example
White with #ABFE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE11; }
p { color: rgb(171,254,17); }
H1.HeaderClassName
{
color: #ABFE11;
}
.AnyTagClassName
{
color: #ABFE11;
}
</style>
background-color css
<style>
a { background-color: #ABFE11; }
a { background-color: rgb(171,254,17); }
div.DivClassName
{
background-color: #ABFE11;
}
.BgClassName
{
background-color: #ABFE11;
}
</style>
border-color css
<style>
span { border-color: #ABFE11; }
span { border-color: rgb(171,254,17); }
td.TdClassName
{
border-color: #ABFE11;
}
.TagClassName
{
border-color: #ABFE11;
}
</style>