Shades of Spring Bud #ABF508
Tints of Spring Bud #ABF508
RGB
CMYK
RGB Variations
Color information
#ABF508 (or 0xABF508) is known color: Spring Bud. HEX triplet: AB, F5 and 08. RGB value is (171,245,8). Sum of RGB (Red+Green+Blue) = 171+245+8=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 245 (96.09% from 255 or 57.78% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF508 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF508 is #540AF7. Grayscale: #C4C4C4. Windows color (decimal): -5507832 or 587179. OLE color: 587179.
HSL color Cylindrical-coordinate representation of color #ABF508: hue angle of 78.73º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABF508 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 8 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.04 |
| HSL | 78.73º | 0.94% | 0.5% | - |
| HSV(B) | 78.73º | 0.97% | 0.96% | - |
| XYZ | 49.49 | 73.98 | 11.9 | - |
| YUV | 195.86 | 21.98 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 8 | 0.30 | 0 | 0.97 | 0.04 | 78.73 | 0.94 | 0.5 |
| Hex | AB | F5 | 8 | 1E | 0 | 61 | 4 | 4F | 5E | 32 |
| Octal | 253 | 365 | 10 | 36 | 0 | 141 | 4 | 117 | 136 | 62 |
| Binary | 10101011 | 11110101 | 1000 | 11110 | 0 | 1100001 | 100 | 1001111 | 1011110 | 110010 |
Color Harmonies of #ABF508
Complementary color
Monochromatic Colors of #ABF508
Black with #ABF508
Text Example
Text Example
White with #ABF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF508; }
p { color: rgb(171,245,8); }
H1.HeaderClassName
{
color: #ABF508;
}
.AnyTagClassName
{
color: #ABF508;
}
</style>
background-color css
<style>
a { background-color: #ABF508; }
a { background-color: rgb(171,245,8); }
div.DivClassName
{
background-color: #ABF508;
}
.BgClassName
{
background-color: #ABF508;
}
</style>
border-color css
<style>
span { border-color: #ABF508; }
span { border-color: rgb(171,245,8); }
td.TdClassName
{
border-color: #ABF508;
}
.TagClassName
{
border-color: #ABF508;
}
</style>