Shades of Spring Bud #ABFD15
Tints of Spring Bud #ABFD15
RGB
CMYK
RGB Variations
Color information
#ABFD15 (or 0xABFD15) is known color: Spring Bud. HEX triplet: AB, FD and 15. RGB value is (171,253,21). Sum of RGB (Red+Green+Blue) = 171+253+21=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFD15 is #5402EA. Grayscale: #CACACA. Windows color (decimal): -5505771 or 1441195. OLE color: 1441195.
HSL color Cylindrical-coordinate representation of color #ABFD15: hue angle of 81.21º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABFD15 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 21 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.01 |
| HSL | 81.21º | 0.98% | 0.54% | - |
| HSV(B) | 81.21º | 0.92% | 0.99% | - |
| XYZ | 52.06 | 78.96 | 13.21 | - |
| YUV | 202.03 | 25.83 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 21 | 0.32 | 0 | 0.92 | 0.01 | 81.21 | 0.98 | 0.54 |
| Hex | AB | FD | 15 | 20 | 0 | 5C | 1 | 51 | 62 | 36 |
| Octal | 253 | 375 | 25 | 40 | 0 | 134 | 1 | 121 | 142 | 66 |
| Binary | 10101011 | 11111101 | 10101 | 100000 | 0 | 1011100 | 1 | 1010001 | 1100010 | 110110 |
Color Harmonies of #ABFD15
Complementary color
Monochromatic Colors of #ABFD15
Black with #ABFD15
Text Example
Text Example
White with #ABFD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD15; }
p { color: rgb(171,253,21); }
H1.HeaderClassName
{
color: #ABFD15;
}
.AnyTagClassName
{
color: #ABFD15;
}
</style>
background-color css
<style>
a { background-color: #ABFD15; }
a { background-color: rgb(171,253,21); }
div.DivClassName
{
background-color: #ABFD15;
}
.BgClassName
{
background-color: #ABFD15;
}
</style>
border-color css
<style>
span { border-color: #ABFD15; }
span { border-color: rgb(171,253,21); }
td.TdClassName
{
border-color: #ABFD15;
}
.TagClassName
{
border-color: #ABFD15;
}
</style>