Shades of Spring Bud #ABF403
Tints of Spring Bud #ABF403
RGB
CMYK
RGB Variations
Color information
#ABF403 (or 0xABF403) is known color: Spring Bud. HEX triplet: AB, F4 and 03. RGB value is (171,244,3). Sum of RGB (Red+Green+Blue) = 171+244+3=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 244 (95.70% from 255 or 58.37% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF403 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF403 is #540BFC. Grayscale: #C3C3C3. Windows color (decimal): -5508093 or 259243. OLE color: 259243.
HSL color Cylindrical-coordinate representation of color #ABF403: hue angle of 78.17º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABF403 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 244 | 3 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.04 |
| HSL | 78.17º | 0.98% | 0.48% | - |
| HSV(B) | 78.17º | 0.99% | 0.96% | - |
| XYZ | 49.16 | 73.37 | 11.66 | - |
| YUV | 194.7 | 19.82 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 244 | 3 | 0.30 | 0 | 0.99 | 0.04 | 78.17 | 0.98 | 0.48 |
| Hex | AB | F4 | 3 | 1E | 0 | 63 | 4 | 4E | 62 | 30 |
| Octal | 253 | 364 | 3 | 36 | 0 | 143 | 4 | 116 | 142 | 60 |
| Binary | 10101011 | 11110100 | 11 | 11110 | 0 | 1100011 | 100 | 1001110 | 1100010 | 110000 |
Color Harmonies of #ABF403
Complementary color
Monochromatic Colors of #ABF403
Black with #ABF403
Text Example
Text Example
White with #ABF403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF403; }
p { color: rgb(171,244,3); }
H1.HeaderClassName
{
color: #ABF403;
}
.AnyTagClassName
{
color: #ABF403;
}
</style>
background-color css
<style>
a { background-color: #ABF403; }
a { background-color: rgb(171,244,3); }
div.DivClassName
{
background-color: #ABF403;
}
.BgClassName
{
background-color: #ABF403;
}
</style>
border-color css
<style>
span { border-color: #ABF403; }
span { border-color: rgb(171,244,3); }
td.TdClassName
{
border-color: #ABF403;
}
.TagClassName
{
border-color: #ABF403;
}
</style>