Shades of Spring Bud #ABFB0F
Tints of Spring Bud #ABFB0F
RGB
CMYK
RGB Variations
Color information
#ABFB0F (or 0xABFB0F) is known color: Spring Bud. HEX triplet: AB, FB and 0F. RGB value is (171,251,15). Sum of RGB (Red+Green+Blue) = 171+251+15=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 251 (98.44% from 255 or 57.44% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFB0F is #5404F0. Grayscale: #C9C9C9. Windows color (decimal): -5506289 or 1047467. OLE color: 1047467.
HSL color Cylindrical-coordinate representation of color #ABFB0F: hue angle of 80.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABFB0F is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 15 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.02 |
| HSL | 80.34º | 0.97% | 0.52% | - |
| HSV(B) | 80.34º | 0.94% | 0.98% | - |
| XYZ | 51.38 | 77.69 | 12.74 | - |
| YUV | 200.18 | 23.5 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 15 | 0.32 | 0 | 0.94 | 0.02 | 80.34 | 0.97 | 0.52 |
| Hex | AB | FB | F | 20 | 0 | 5E | 2 | 50 | 61 | 34 |
| Octal | 253 | 373 | 17 | 40 | 0 | 136 | 2 | 120 | 141 | 64 |
| Binary | 10101011 | 11111011 | 1111 | 100000 | 0 | 1011110 | 10 | 1010000 | 1100001 | 110100 |
Color Harmonies of #ABFB0F
Complementary color
Monochromatic Colors of #ABFB0F
Black with #ABFB0F
Text Example
Text Example
White with #ABFB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFB0F; }
p { color: rgb(171,251,15); }
H1.HeaderClassName
{
color: #ABFB0F;
}
.AnyTagClassName
{
color: #ABFB0F;
}
</style>
background-color css
<style>
a { background-color: #ABFB0F; }
a { background-color: rgb(171,251,15); }
div.DivClassName
{
background-color: #ABFB0F;
}
.BgClassName
{
background-color: #ABFB0F;
}
</style>
border-color css
<style>
span { border-color: #ABFB0F; }
span { border-color: rgb(171,251,15); }
td.TdClassName
{
border-color: #ABFB0F;
}
.TagClassName
{
border-color: #ABFB0F;
}
</style>