Shades of Spring Bud #ABFE17
Tints of Spring Bud #ABFE17
RGB
CMYK
RGB Variations
Color information
#ABFE17 (or 0xABFE17) is known color: Spring Bud. HEX triplet: AB, FE and 17. RGB value is (171,254,23). Sum of RGB (Red+Green+Blue) = 171+254+23=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 23 (9.38% from 255 or 5.13% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFE17 is #5401E8. Grayscale: #CBCBCB. Windows color (decimal): -5505513 or 1572523. OLE color: 1572523.
HSL color Cylindrical-coordinate representation of color #ABFE17: hue angle of 81.56º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABFE17 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 23 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.00 |
| HSL | 81.56º | 0.99% | 0.54% | - |
| HSV(B) | 81.56º | 0.91% | 1% | - |
| XYZ | 52.39 | 79.6 | 13.41 | - |
| YUV | 202.85 | 26.5 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 23 | 0.33 | 0 | 0.91 | 0.00 | 81.56 | 0.99 | 0.54 |
| Hex | AB | FE | 17 | 21 | 0 | 5B | 0 | 52 | 63 | 36 |
| Octal | 253 | 376 | 27 | 41 | 0 | 133 | 0 | 122 | 143 | 66 |
| Binary | 10101011 | 11111110 | 10111 | 100001 | 0 | 1011011 | 0 | 1010010 | 1100011 | 110110 |
Color Harmonies of #ABFE17
Complementary color
Monochromatic Colors of #ABFE17
Black with #ABFE17
Text Example
Text Example
White with #ABFE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE17; }
p { color: rgb(171,254,23); }
H1.HeaderClassName
{
color: #ABFE17;
}
.AnyTagClassName
{
color: #ABFE17;
}
</style>
background-color css
<style>
a { background-color: #ABFE17; }
a { background-color: rgb(171,254,23); }
div.DivClassName
{
background-color: #ABFE17;
}
.BgClassName
{
background-color: #ABFE17;
}
</style>
border-color css
<style>
span { border-color: #ABFE17; }
span { border-color: rgb(171,254,23); }
td.TdClassName
{
border-color: #ABFE17;
}
.TagClassName
{
border-color: #ABFE17;
}
</style>