Shades of Spring Bud #ABFC11
Tints of Spring Bud #ABFC11
RGB
CMYK
RGB Variations
Color information
#ABFC11 (or 0xABFC11) is known color: Spring Bud. HEX triplet: AB, FC and 11. RGB value is (171,252,17). Sum of RGB (Red+Green+Blue) = 171+252+17=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFC11 is #5403EE. Grayscale: #C9C9C9. Windows color (decimal): -5506031 or 1178795. OLE color: 1178795.
HSL color Cylindrical-coordinate representation of color #ABFC11: hue angle of 80.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABFC11 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 17 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.01 |
| HSL | 80.68º | 0.98% | 0.53% | - |
| HSV(B) | 80.68º | 0.93% | 0.99% | - |
| XYZ | 51.71 | 78.32 | 12.92 | - |
| YUV | 200.99 | 24.16 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 17 | 0.32 | 0 | 0.93 | 0.01 | 80.68 | 0.98 | 0.53 |
| Hex | AB | FC | 11 | 20 | 0 | 5D | 1 | 51 | 62 | 35 |
| Octal | 253 | 374 | 21 | 40 | 0 | 135 | 1 | 121 | 142 | 65 |
| Binary | 10101011 | 11111100 | 10001 | 100000 | 0 | 1011101 | 1 | 1010001 | 1100010 | 110101 |
Color Harmonies of #ABFC11
Complementary color
Monochromatic Colors of #ABFC11
Black with #ABFC11
Text Example
Text Example
White with #ABFC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC11; }
p { color: rgb(171,252,17); }
H1.HeaderClassName
{
color: #ABFC11;
}
.AnyTagClassName
{
color: #ABFC11;
}
</style>
background-color css
<style>
a { background-color: #ABFC11; }
a { background-color: rgb(171,252,17); }
div.DivClassName
{
background-color: #ABFC11;
}
.BgClassName
{
background-color: #ABFC11;
}
</style>
border-color css
<style>
span { border-color: #ABFC11; }
span { border-color: rgb(171,252,17); }
td.TdClassName
{
border-color: #ABFC11;
}
.TagClassName
{
border-color: #ABFC11;
}
</style>