Shades of Spring Bud #ABF40E
Tints of Spring Bud #ABF40E
RGB
CMYK
RGB Variations
Color information
#ABF40E (or 0xABF40E) is known color: Spring Bud. HEX triplet: AB, F4 and 0E. RGB value is (171,244,14). Sum of RGB (Red+Green+Blue) = 171+244+14=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF40E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF40E is #540BF1. Grayscale: #C4C4C4. Windows color (decimal): -5508082 or 980139. OLE color: 980139.
HSL color Cylindrical-coordinate representation of color #ABF40E: hue angle of 79.04º degrees, saturation: 0.91, 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 #ABF40E is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 244 | 14 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.04 |
| HSL | 79.04º | 0.91% | 0.51% | - |
| HSV(B) | 79.04º | 0.94% | 0.96% | - |
| XYZ | 49.22 | 73.39 | 11.99 | - |
| YUV | 195.95 | 25.32 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 244 | 14 | 0.30 | 0 | 0.94 | 0.04 | 79.04 | 0.91 | 0.51 |
| Hex | AB | F4 | E | 1E | 0 | 5E | 4 | 4F | 5B | 33 |
| Octal | 253 | 364 | 16 | 36 | 0 | 136 | 4 | 117 | 133 | 63 |
| Binary | 10101011 | 11110100 | 1110 | 11110 | 0 | 1011110 | 100 | 1001111 | 1011011 | 110011 |
Color Harmonies of #ABF40E
Complementary color
Monochromatic Colors of #ABF40E
Black with #ABF40E
Text Example
Text Example
White with #ABF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF40E; }
p { color: rgb(171,244,14); }
H1.HeaderClassName
{
color: #ABF40E;
}
.AnyTagClassName
{
color: #ABF40E;
}
</style>
background-color css
<style>
a { background-color: #ABF40E; }
a { background-color: rgb(171,244,14); }
div.DivClassName
{
background-color: #ABF40E;
}
.BgClassName
{
background-color: #ABF40E;
}
</style>
border-color css
<style>
span { border-color: #ABF40E; }
span { border-color: rgb(171,244,14); }
td.TdClassName
{
border-color: #ABF40E;
}
.TagClassName
{
border-color: #ABF40E;
}
</style>