Shades of Spring Bud #ABEC04
Tints of Spring Bud #ABEC04
RGB
CMYK
RGB Variations
Color information
#ABEC04 (or 0xABEC04) is known color: Spring Bud. HEX triplet: AB, EC and 04. RGB value is (171,236,4). Sum of RGB (Red+Green+Blue) = 171+236+4=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABEC04 is #5413FB. Grayscale: #BEBEBE. Windows color (decimal): -5510140 or 322731. OLE color: 322731.
HSL color Cylindrical-coordinate representation of color #ABEC04: hue angle of 76.81º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABEC04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.07 |
| HSL | 76.81º | 0.97% | 0.47% | - |
| HSV(B) | 76.81º | 0.98% | 0.93% | - |
| XYZ | 46.81 | 68.66 | 10.9 | - |
| YUV | 190.12 | 22.97 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 4 | 0.28 | 0 | 0.98 | 0.07 | 76.81 | 0.97 | 0.47 |
| Hex | AB | EC | 4 | 1C | 0 | 62 | 7 | 4D | 61 | 2F |
| Octal | 253 | 354 | 4 | 34 | 0 | 142 | 7 | 115 | 141 | 57 |
| Binary | 10101011 | 11101100 | 100 | 11100 | 0 | 1100010 | 111 | 1001101 | 1100001 | 101111 |
Color Harmonies of #ABEC04
Complementary color
Monochromatic Colors of #ABEC04
Black with #ABEC04
Text Example
Text Example
White with #ABEC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC04; }
p { color: rgb(171,236,4); }
H1.HeaderClassName
{
color: #ABEC04;
}
.AnyTagClassName
{
color: #ABEC04;
}
</style>
background-color css
<style>
a { background-color: #ABEC04; }
a { background-color: rgb(171,236,4); }
div.DivClassName
{
background-color: #ABEC04;
}
.BgClassName
{
background-color: #ABEC04;
}
</style>
border-color css
<style>
span { border-color: #ABEC04; }
span { border-color: rgb(171,236,4); }
td.TdClassName
{
border-color: #ABEC04;
}
.TagClassName
{
border-color: #ABEC04;
}
</style>