Shades of Spring Bud #ABFE15
Tints of Spring Bud #ABFE15
RGB
CMYK
RGB Variations
Color information
#ABFE15 (or 0xABFE15) is known color: Spring Bud. HEX triplet: AB, FE and 15. RGB value is (171,254,21). Sum of RGB (Red+Green+Blue) = 171+254+21=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFE15 is #5401EA. Grayscale: #CBCBCB. Windows color (decimal): -5505515 or 1441451. OLE color: 1441451.
HSL color Cylindrical-coordinate representation of color #ABFE15: hue angle of 81.37º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABFE15 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 21 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.00 |
| HSL | 81.37º | 0.99% | 0.54% | - |
| HSV(B) | 81.37º | 0.92% | 1% | - |
| XYZ | 52.37 | 79.6 | 13.31 | - |
| YUV | 202.62 | 25.5 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 21 | 0.33 | 0 | 0.92 | 0.00 | 81.37 | 0.99 | 0.54 |
| Hex | AB | FE | 15 | 21 | 0 | 5C | 0 | 51 | 63 | 36 |
| Octal | 253 | 376 | 25 | 41 | 0 | 134 | 0 | 121 | 143 | 66 |
| Binary | 10101011 | 11111110 | 10101 | 100001 | 0 | 1011100 | 0 | 1010001 | 1100011 | 110110 |
Color Harmonies of #ABFE15
Complementary color
Monochromatic Colors of #ABFE15
Black with #ABFE15
Text Example
Text Example
White with #ABFE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE15; }
p { color: rgb(171,254,21); }
H1.HeaderClassName
{
color: #ABFE15;
}
.AnyTagClassName
{
color: #ABFE15;
}
</style>
background-color css
<style>
a { background-color: #ABFE15; }
a { background-color: rgb(171,254,21); }
div.DivClassName
{
background-color: #ABFE15;
}
.BgClassName
{
background-color: #ABFE15;
}
</style>
border-color css
<style>
span { border-color: #ABFE15; }
span { border-color: rgb(171,254,21); }
td.TdClassName
{
border-color: #ABFE15;
}
.TagClassName
{
border-color: #ABFE15;
}
</style>