Shades of Spring Bud #ABFB02
Tints of Spring Bud #ABFB02
RGB
CMYK
RGB Variations
Color information
#ABFB02 (or 0xABFB02) is known color: Spring Bud. HEX triplet: AB, FB and 02. RGB value is (171,251,2). Sum of RGB (Red+Green+Blue) = 171+251+2=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 251 (98.44% from 255 or 59.20% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFB02 is #5404FD. Grayscale: #C7C7C7. Windows color (decimal): -5506302 or 195499. OLE color: 195499.
HSL color Cylindrical-coordinate representation of color #ABFB02: hue angle of 79.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABFB02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.02 |
| HSL | 79.28º | 0.98% | 0.5% | - |
| HSV(B) | 79.28º | 0.99% | 0.98% | - |
| XYZ | 51.3 | 77.66 | 12.34 | - |
| YUV | 198.69 | 17 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 2 | 0.32 | 0 | 0.99 | 0.02 | 79.28 | 0.98 | 0.5 |
| Hex | AB | FB | 2 | 20 | 0 | 63 | 2 | 4F | 62 | 32 |
| Octal | 253 | 373 | 2 | 40 | 0 | 143 | 2 | 117 | 142 | 62 |
| Binary | 10101011 | 11111011 | 10 | 100000 | 0 | 1100011 | 10 | 1001111 | 1100010 | 110010 |
Color Harmonies of #ABFB02
Complementary color
Monochromatic Colors of #ABFB02
Black with #ABFB02
Text Example
Text Example
White with #ABFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFB02; }
p { color: rgb(171,251,2); }
H1.HeaderClassName
{
color: #ABFB02;
}
.AnyTagClassName
{
color: #ABFB02;
}
</style>
background-color css
<style>
a { background-color: #ABFB02; }
a { background-color: rgb(171,251,2); }
div.DivClassName
{
background-color: #ABFB02;
}
.BgClassName
{
background-color: #ABFB02;
}
</style>
border-color css
<style>
span { border-color: #ABFB02; }
span { border-color: rgb(171,251,2); }
td.TdClassName
{
border-color: #ABFB02;
}
.TagClassName
{
border-color: #ABFB02;
}
</style>