Shades of Spring Bud #ABFD12
Tints of Spring Bud #ABFD12
RGB
CMYK
RGB Variations
Color information
#ABFD12 (or 0xABFD12) is known color: Spring Bud. HEX triplet: AB, FD and 12. RGB value is (171,253,18). Sum of RGB (Red+Green+Blue) = 171+253+18=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 253 (99.22% from 255 or 57.24% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFD12 is #5402ED. Grayscale: #CACACA. Windows color (decimal): -5505774 or 1244587. OLE color: 1244587.
HSL color Cylindrical-coordinate representation of color #ABFD12: hue angle of 80.94º 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 #ABFD12 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 18 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.01 |
| HSL | 80.94º | 0.98% | 0.53% | - |
| HSV(B) | 80.94º | 0.93% | 0.99% | - |
| XYZ | 52.03 | 78.95 | 13.07 | - |
| YUV | 201.69 | 24.33 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 18 | 0.32 | 0 | 0.93 | 0.01 | 80.94 | 0.98 | 0.53 |
| Hex | AB | FD | 12 | 20 | 0 | 5D | 1 | 51 | 62 | 35 |
| Octal | 253 | 375 | 22 | 40 | 0 | 135 | 1 | 121 | 142 | 65 |
| Binary | 10101011 | 11111101 | 10010 | 100000 | 0 | 1011101 | 1 | 1010001 | 1100010 | 110101 |
Color Harmonies of #ABFD12
Complementary color
Monochromatic Colors of #ABFD12
Black with #ABFD12
Text Example
Text Example
White with #ABFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD12; }
p { color: rgb(171,253,18); }
H1.HeaderClassName
{
color: #ABFD12;
}
.AnyTagClassName
{
color: #ABFD12;
}
</style>
background-color css
<style>
a { background-color: #ABFD12; }
a { background-color: rgb(171,253,18); }
div.DivClassName
{
background-color: #ABFD12;
}
.BgClassName
{
background-color: #ABFD12;
}
</style>
border-color css
<style>
span { border-color: #ABFD12; }
span { border-color: rgb(171,253,18); }
td.TdClassName
{
border-color: #ABFD12;
}
.TagClassName
{
border-color: #ABFD12;
}
</style>