Shades of Spring Bud #ABF300
Tints of Spring Bud #ABF300
RGB
CMYK
RGB Variations
Color information
#ABF300 (or 0xABF300) is known color: Spring Bud. HEX triplet: AB, F3 and 00. RGB value is (171,243,0). Sum of RGB (Red+Green+Blue) = 171+243+0=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 243 (95.31% from 255 or 58.70% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF300 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF300 is #540CFF. Grayscale: #C2C2C2. Windows color (decimal): -5508352 or 62379. OLE color: 62379.
HSL color Cylindrical-coordinate representation of color #ABF300: hue angle of 77.78º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABF300 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.05 |
| HSL | 77.78º | 1% | 0.48% | - |
| HSV(B) | 77.78º | 1% | 0.95% | - |
| XYZ | 48.85 | 72.76 | 11.47 | - |
| YUV | 193.77 | 18.65 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 0 | 0.30 | 0 | 1 | 0.05 | 77.78 | 1 | 0.48 |
| Hex | AB | F3 | 0 | 1E | 0 | 64 | 5 | 4E | 64 | 30 |
| Octal | 253 | 363 | 0 | 36 | 0 | 144 | 5 | 116 | 144 | 60 |
| Binary | 10101011 | 11110011 | 0 | 11110 | 0 | 1100100 | 101 | 1001110 | 1100100 | 110000 |
Color Harmonies of #ABF300
Complementary color
Monochromatic Colors of #ABF300
Black with #ABF300
Text Example
Text Example
White with #ABF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF300; }
p { color: rgb(171,243,0); }
H1.HeaderClassName
{
color: #ABF300;
}
.AnyTagClassName
{
color: #ABF300;
}
</style>
background-color css
<style>
a { background-color: #ABF300; }
a { background-color: rgb(171,243,0); }
div.DivClassName
{
background-color: #ABF300;
}
.BgClassName
{
background-color: #ABF300;
}
</style>
border-color css
<style>
span { border-color: #ABF300; }
span { border-color: rgb(171,243,0); }
td.TdClassName
{
border-color: #ABF300;
}
.TagClassName
{
border-color: #ABF300;
}
</style>