Shades of Spring Bud #ABFD0F
Tints of Spring Bud #ABFD0F
RGB
CMYK
RGB Variations
Color information
#ABFD0F (or 0xABFD0F) is known color: Spring Bud. HEX triplet: AB, FD and 0F. RGB value is (171,253,15). Sum of RGB (Red+Green+Blue) = 171+253+15=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 253 (99.22% from 255 or 57.63% from 439); Blue value is 15 (6.25% from 255 or 3.42% from 439); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFD0F is #5402F0. Grayscale: #CACACA. Windows color (decimal): -5505777 or 1047979. OLE color: 1047979.
HSL color Cylindrical-coordinate representation of color #ABFD0F: hue angle of 80.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABFD0F is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 15 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.01 |
| HSL | 80.67º | 0.98% | 0.53% | - |
| HSV(B) | 80.67º | 0.94% | 0.99% | - |
| XYZ | 52.01 | 78.94 | 12.95 | - |
| YUV | 201.35 | 22.83 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 15 | 0.32 | 0 | 0.94 | 0.01 | 80.67 | 0.98 | 0.53 |
| Hex | AB | FD | F | 20 | 0 | 5E | 1 | 51 | 62 | 35 |
| Octal | 253 | 375 | 17 | 40 | 0 | 136 | 1 | 121 | 142 | 65 |
| Binary | 10101011 | 11111101 | 1111 | 100000 | 0 | 1011110 | 1 | 1010001 | 1100010 | 110101 |
Color Harmonies of #ABFD0F
Complementary color
Monochromatic Colors of #ABFD0F
Black with #ABFD0F
Text Example
Text Example
White with #ABFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD0F; }
p { color: rgb(171,253,15); }
H1.HeaderClassName
{
color: #ABFD0F;
}
.AnyTagClassName
{
color: #ABFD0F;
}
</style>
background-color css
<style>
a { background-color: #ABFD0F; }
a { background-color: rgb(171,253,15); }
div.DivClassName
{
background-color: #ABFD0F;
}
.BgClassName
{
background-color: #ABFD0F;
}
</style>
border-color css
<style>
span { border-color: #ABFD0F; }
span { border-color: rgb(171,253,15); }
td.TdClassName
{
border-color: #ABFD0F;
}
.TagClassName
{
border-color: #ABFD0F;
}
</style>