Shades of Spring Bud #ABF510
Tints of Spring Bud #ABF510
RGB
CMYK
RGB Variations
Color information
#ABF510 (or 0xABF510) is known color: Spring Bud. HEX triplet: AB, F5 and 10. RGB value is (171,245,16). Sum of RGB (Red+Green+Blue) = 171+245+16=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 245 (96.09% from 255 or 56.71% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF510 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF510 is #540AEF. Grayscale: #C5C5C5. Windows color (decimal): -5507824 or 1111467. OLE color: 1111467.
HSL color Cylindrical-coordinate representation of color #ABF510: hue angle of 79.39º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABF510 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 16 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.04 |
| HSL | 79.39º | 0.92% | 0.51% | - |
| HSV(B) | 79.39º | 0.93% | 0.96% | - |
| XYZ | 49.54 | 74 | 12.16 | - |
| YUV | 196.77 | 25.98 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 16 | 0.30 | 0 | 0.93 | 0.04 | 79.39 | 0.92 | 0.51 |
| Hex | AB | F5 | 10 | 1E | 0 | 5D | 4 | 4F | 5C | 33 |
| Octal | 253 | 365 | 20 | 36 | 0 | 135 | 4 | 117 | 134 | 63 |
| Binary | 10101011 | 11110101 | 10000 | 11110 | 0 | 1011101 | 100 | 1001111 | 1011100 | 110011 |
Color Harmonies of #ABF510
Complementary color
Monochromatic Colors of #ABF510
Black with #ABF510
Text Example
Text Example
White with #ABF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF510; }
p { color: rgb(171,245,16); }
H1.HeaderClassName
{
color: #ABF510;
}
.AnyTagClassName
{
color: #ABF510;
}
</style>
background-color css
<style>
a { background-color: #ABF510; }
a { background-color: rgb(171,245,16); }
div.DivClassName
{
background-color: #ABF510;
}
.BgClassName
{
background-color: #ABF510;
}
</style>
border-color css
<style>
span { border-color: #ABF510; }
span { border-color: rgb(171,245,16); }
td.TdClassName
{
border-color: #ABF510;
}
.TagClassName
{
border-color: #ABF510;
}
</style>