Shades of Spring Bud #ABFC06
Tints of Spring Bud #ABFC06
RGB
CMYK
RGB Variations
Color information
#ABFC06 (or 0xABFC06) is known color: Spring Bud. HEX triplet: AB, FC and 06. RGB value is (171,252,6). Sum of RGB (Red+Green+Blue) = 171+252+6=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 252 (98.83% from 255 or 58.74% from 429); Blue value is 6 (2.73% from 255 or 1.40% from 429); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFC06 is #5403F9. Grayscale: #C8C8C8. Windows color (decimal): -5506042 or 457899. OLE color: 457899.
HSL color Cylindrical-coordinate representation of color #ABFC06: hue angle of 79.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABFC06 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 6 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.01 |
| HSL | 79.76º | 0.98% | 0.51% | - |
| HSV(B) | 79.76º | 0.98% | 0.99% | - |
| XYZ | 51.64 | 78.29 | 12.56 | - |
| YUV | 199.74 | 18.66 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 6 | 0.32 | 0 | 0.98 | 0.01 | 79.76 | 0.98 | 0.51 |
| Hex | AB | FC | 6 | 20 | 0 | 62 | 1 | 50 | 62 | 33 |
| Octal | 253 | 374 | 6 | 40 | 0 | 142 | 1 | 120 | 142 | 63 |
| Binary | 10101011 | 11111100 | 110 | 100000 | 0 | 1100010 | 1 | 1010000 | 1100010 | 110011 |
Color Harmonies of #ABFC06
Complementary color
Monochromatic Colors of #ABFC06
Black with #ABFC06
Text Example
Text Example
White with #ABFC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC06; }
p { color: rgb(171,252,6); }
H1.HeaderClassName
{
color: #ABFC06;
}
.AnyTagClassName
{
color: #ABFC06;
}
</style>
background-color css
<style>
a { background-color: #ABFC06; }
a { background-color: rgb(171,252,6); }
div.DivClassName
{
background-color: #ABFC06;
}
.BgClassName
{
background-color: #ABFC06;
}
</style>
border-color css
<style>
span { border-color: #ABFC06; }
span { border-color: rgb(171,252,6); }
td.TdClassName
{
border-color: #ABFC06;
}
.TagClassName
{
border-color: #ABFC06;
}
</style>