Shades of Spring Bud #ABFB12
Tints of Spring Bud #ABFB12
RGB
CMYK
RGB Variations
Color information
#ABFB12 (or 0xABFB12) is known color: Spring Bud. HEX triplet: AB, FB and 12. RGB value is (171,251,18). Sum of RGB (Red+Green+Blue) = 171+251+18=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 251 (98.44% from 255 or 57.05% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFB12 is #5404ED. Grayscale: #C9C9C9. Windows color (decimal): -5506286 or 1244075. OLE color: 1244075.
HSL color Cylindrical-coordinate representation of color #ABFB12: hue angle of 80.6º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABFB12 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 18 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.02 |
| HSL | 80.6º | 0.97% | 0.53% | - |
| HSV(B) | 80.6º | 0.93% | 0.98% | - |
| XYZ | 51.4 | 77.7 | 12.86 | - |
| YUV | 200.52 | 25 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 18 | 0.32 | 0 | 0.93 | 0.02 | 80.6 | 0.97 | 0.53 |
| Hex | AB | FB | 12 | 20 | 0 | 5D | 2 | 51 | 61 | 35 |
| Octal | 253 | 373 | 22 | 40 | 0 | 135 | 2 | 121 | 141 | 65 |
| Binary | 10101011 | 11111011 | 10010 | 100000 | 0 | 1011101 | 10 | 1010001 | 1100001 | 110101 |
Color Harmonies of #ABFB12
Complementary color
Monochromatic Colors of #ABFB12
Black with #ABFB12
Text Example
Text Example
White with #ABFB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFB12; }
p { color: rgb(171,251,18); }
H1.HeaderClassName
{
color: #ABFB12;
}
.AnyTagClassName
{
color: #ABFB12;
}
</style>
background-color css
<style>
a { background-color: #ABFB12; }
a { background-color: rgb(171,251,18); }
div.DivClassName
{
background-color: #ABFB12;
}
.BgClassName
{
background-color: #ABFB12;
}
</style>
border-color css
<style>
span { border-color: #ABFB12; }
span { border-color: rgb(171,251,18); }
td.TdClassName
{
border-color: #ABFB12;
}
.TagClassName
{
border-color: #ABFB12;
}
</style>