Shades of Spring Bud #ABFC08
Tints of Spring Bud #ABFC08
RGB
CMYK
RGB Variations
Color information
#ABFC08 (or 0xABFC08) is known color: Spring Bud. HEX triplet: AB, FC and 08. RGB value is (171,252,8). Sum of RGB (Red+Green+Blue) = 171+252+8=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 252 (98.83% from 255 or 58.47% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFC08 is #5403F7. Grayscale: #C8C8C8. Windows color (decimal): -5506040 or 588971. OLE color: 588971.
HSL color Cylindrical-coordinate representation of color #ABFC08: hue angle of 79.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABFC08 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 8 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.01 |
| HSL | 79.92º | 0.98% | 0.51% | - |
| HSV(B) | 79.92º | 0.97% | 0.99% | - |
| XYZ | 51.65 | 78.3 | 12.62 | - |
| YUV | 199.97 | 19.66 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 8 | 0.32 | 0 | 0.97 | 0.01 | 79.92 | 0.98 | 0.51 |
| Hex | AB | FC | 8 | 20 | 0 | 61 | 1 | 50 | 62 | 33 |
| Octal | 253 | 374 | 10 | 40 | 0 | 141 | 1 | 120 | 142 | 63 |
| Binary | 10101011 | 11111100 | 1000 | 100000 | 0 | 1100001 | 1 | 1010000 | 1100010 | 110011 |
Color Harmonies of #ABFC08
Complementary color
Monochromatic Colors of #ABFC08
Black with #ABFC08
Text Example
Text Example
White with #ABFC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC08; }
p { color: rgb(171,252,8); }
H1.HeaderClassName
{
color: #ABFC08;
}
.AnyTagClassName
{
color: #ABFC08;
}
</style>
background-color css
<style>
a { background-color: #ABFC08; }
a { background-color: rgb(171,252,8); }
div.DivClassName
{
background-color: #ABFC08;
}
.BgClassName
{
background-color: #ABFC08;
}
</style>
border-color css
<style>
span { border-color: #ABFC08; }
span { border-color: rgb(171,252,8); }
td.TdClassName
{
border-color: #ABFC08;
}
.TagClassName
{
border-color: #ABFC08;
}
</style>