Shades of Spring Bud #ABF303
Tints of Spring Bud #ABF303
RGB
CMYK
RGB Variations
Color information
#ABF303 (or 0xABF303) is known color: Spring Bud. HEX triplet: AB, F3 and 03. RGB value is (171,243,3). Sum of RGB (Red+Green+Blue) = 171+243+3=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 243 (95.31% from 255 or 58.27% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF303 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF303 is #540CFC. Grayscale: #C3C3C3. Windows color (decimal): -5508349 or 258987. OLE color: 258987.
HSL color Cylindrical-coordinate representation of color #ABF303: hue angle of 78º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABF303 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 3 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.05 |
| HSL | 78º | 0.98% | 0.48% | - |
| HSV(B) | 78º | 0.99% | 0.95% | - |
| XYZ | 48.86 | 72.77 | 11.56 | - |
| YUV | 194.11 | 20.15 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 3 | 0.30 | 0 | 0.99 | 0.05 | 78 | 0.98 | 0.48 |
| Hex | AB | F3 | 3 | 1E | 0 | 63 | 5 | 4E | 62 | 30 |
| Octal | 253 | 363 | 3 | 36 | 0 | 143 | 5 | 116 | 142 | 60 |
| Binary | 10101011 | 11110011 | 11 | 11110 | 0 | 1100011 | 101 | 1001110 | 1100010 | 110000 |
Color Harmonies of #ABF303
Complementary color
Monochromatic Colors of #ABF303
Black with #ABF303
Text Example
Text Example
White with #ABF303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF303; }
p { color: rgb(171,243,3); }
H1.HeaderClassName
{
color: #ABF303;
}
.AnyTagClassName
{
color: #ABF303;
}
</style>
background-color css
<style>
a { background-color: #ABF303; }
a { background-color: rgb(171,243,3); }
div.DivClassName
{
background-color: #ABF303;
}
.BgClassName
{
background-color: #ABF303;
}
</style>
border-color css
<style>
span { border-color: #ABF303; }
span { border-color: rgb(171,243,3); }
td.TdClassName
{
border-color: #ABF303;
}
.TagClassName
{
border-color: #ABF303;
}
</style>