Shades of Spring Bud #ABFC00
Tints of Spring Bud #ABFC00
RGB
CMYK
RGB Variations
Color information
#ABFC00 (or 0xABFC00) is known color: Spring Bud. HEX triplet: AB, FC and 00. RGB value is (171,252,0). Sum of RGB (Red+Green+Blue) = 171+252+0=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 252 (98.83% from 255 or 59.57% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFC00 is #5403FF. Grayscale: #C7C7C7. Windows color (decimal): -5506048 or 64683. OLE color: 64683.
HSL color Cylindrical-coordinate representation of color #ABFC00: hue angle of 79.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABFC00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.01 |
| HSL | 79.29º | 1% | 0.49% | - |
| HSV(B) | 79.29º | 1% | 0.99% | - |
| XYZ | 51.6 | 78.28 | 12.39 | - |
| YUV | 199.05 | 15.66 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 0 | 0.32 | 0 | 1 | 0.01 | 79.29 | 1 | 0.49 |
| Hex | AB | FC | 0 | 20 | 0 | 64 | 1 | 4F | 64 | 31 |
| Octal | 253 | 374 | 0 | 40 | 0 | 144 | 1 | 117 | 144 | 61 |
| Binary | 10101011 | 11111100 | 0 | 100000 | 0 | 1100100 | 1 | 1001111 | 1100100 | 110001 |
Color Harmonies of #ABFC00
Complementary color
Monochromatic Colors of #ABFC00
Black with #ABFC00
Text Example
Text Example
White with #ABFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC00; }
p { color: rgb(171,252,0); }
H1.HeaderClassName
{
color: #ABFC00;
}
.AnyTagClassName
{
color: #ABFC00;
}
</style>
background-color css
<style>
a { background-color: #ABFC00; }
a { background-color: rgb(171,252,0); }
div.DivClassName
{
background-color: #ABFC00;
}
.BgClassName
{
background-color: #ABFC00;
}
</style>
border-color css
<style>
span { border-color: #ABFC00; }
span { border-color: rgb(171,252,0); }
td.TdClassName
{
border-color: #ABFC00;
}
.TagClassName
{
border-color: #ABFC00;
}
</style>