Shades of Spring Bud #ABF50F
Tints of Spring Bud #ABF50F
RGB
CMYK
RGB Variations
Color information
#ABF50F (or 0xABF50F) is known color: Spring Bud. HEX triplet: AB, F5 and 0F. RGB value is (171,245,15). Sum of RGB (Red+Green+Blue) = 171+245+15=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 245 (96.09% from 255 or 56.84% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF50F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF50F is #540AF0. Grayscale: #C5C5C5. Windows color (decimal): -5507825 or 1045931. OLE color: 1045931.
HSL color Cylindrical-coordinate representation of color #ABF50F: hue angle of 79.3º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABF50F is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 15 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.04 |
| HSL | 79.3º | 0.92% | 0.51% | - |
| HSV(B) | 79.3º | 0.94% | 0.96% | - |
| XYZ | 49.53 | 74 | 12.12 | - |
| YUV | 196.65 | 25.48 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 15 | 0.30 | 0 | 0.94 | 0.04 | 79.3 | 0.92 | 0.51 |
| Hex | AB | F5 | F | 1E | 0 | 5E | 4 | 4F | 5C | 33 |
| Octal | 253 | 365 | 17 | 36 | 0 | 136 | 4 | 117 | 134 | 63 |
| Binary | 10101011 | 11110101 | 1111 | 11110 | 0 | 1011110 | 100 | 1001111 | 1011100 | 110011 |
Color Harmonies of #ABF50F
Complementary color
Monochromatic Colors of #ABF50F
Black with #ABF50F
Text Example
Text Example
White with #ABF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF50F; }
p { color: rgb(171,245,15); }
H1.HeaderClassName
{
color: #ABF50F;
}
.AnyTagClassName
{
color: #ABF50F;
}
</style>
background-color css
<style>
a { background-color: #ABF50F; }
a { background-color: rgb(171,245,15); }
div.DivClassName
{
background-color: #ABF50F;
}
.BgClassName
{
background-color: #ABF50F;
}
</style>
border-color css
<style>
span { border-color: #ABF50F; }
span { border-color: rgb(171,245,15); }
td.TdClassName
{
border-color: #ABF50F;
}
.TagClassName
{
border-color: #ABF50F;
}
</style>