Shades of Spring Bud #ABFB0D
Tints of Spring Bud #ABFB0D
RGB
CMYK
RGB Variations
Color information
#ABFB0D (or 0xABFB0D) is known color: Spring Bud. HEX triplet: AB, FB and 0D. RGB value is (171,251,13). Sum of RGB (Red+Green+Blue) = 171+251+13=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 251 (98.44% from 255 or 57.70% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFB0D is #5404F2. Grayscale: #C8C8C8. Windows color (decimal): -5506291 or 916395. OLE color: 916395.
HSL color Cylindrical-coordinate representation of color #ABFB0D: hue angle of 80.17º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABFB0D is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 13 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.02 |
| HSL | 80.17º | 0.97% | 0.52% | - |
| HSV(B) | 80.17º | 0.95% | 0.98% | - |
| XYZ | 51.36 | 77.68 | 12.67 | - |
| YUV | 199.95 | 22.5 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 13 | 0.32 | 0 | 0.95 | 0.02 | 80.17 | 0.97 | 0.52 |
| Hex | AB | FB | D | 20 | 0 | 5F | 2 | 50 | 61 | 34 |
| Octal | 253 | 373 | 15 | 40 | 0 | 137 | 2 | 120 | 141 | 64 |
| Binary | 10101011 | 11111011 | 1101 | 100000 | 0 | 1011111 | 10 | 1010000 | 1100001 | 110100 |
Color Harmonies of #ABFB0D
Complementary color
Monochromatic Colors of #ABFB0D
Black with #ABFB0D
Text Example
Text Example
White with #ABFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFB0D; }
p { color: rgb(171,251,13); }
H1.HeaderClassName
{
color: #ABFB0D;
}
.AnyTagClassName
{
color: #ABFB0D;
}
</style>
background-color css
<style>
a { background-color: #ABFB0D; }
a { background-color: rgb(171,251,13); }
div.DivClassName
{
background-color: #ABFB0D;
}
.BgClassName
{
background-color: #ABFB0D;
}
</style>
border-color css
<style>
span { border-color: #ABFB0D; }
span { border-color: rgb(171,251,13); }
td.TdClassName
{
border-color: #ABFB0D;
}
.TagClassName
{
border-color: #ABFB0D;
}
</style>