Shades of Spring Bud #ABEB01
Tints of Spring Bud #ABEB01
RGB
CMYK
RGB Variations
Color information
#ABEB01 (or 0xABEB01) is known color: Spring Bud. HEX triplet: AB, EB and 01. RGB value is (171,235,1). Sum of RGB (Red+Green+Blue) = 171+235+1=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 235 (92.19% from 255 or 57.74% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABEB01 is #5414FE. Grayscale: #BEBEBE. Windows color (decimal): -5510399 or 125867. OLE color: 125867.
HSL color Cylindrical-coordinate representation of color #ABEB01: hue angle of 76.41º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABEB01 is Cyan = 0.27, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 1 | - |
| CMYK | 0.27 | 0 | 1.00 | 0.08 |
| HSL | 76.41º | 0.99% | 0.46% | - |
| HSV(B) | 76.41º | 1% | 0.92% | - |
| XYZ | 46.51 | 68.08 | 10.72 | - |
| YUV | 189.19 | 21.8 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 1 | 0.27 | 0 | 1.00 | 0.08 | 76.41 | 0.99 | 0.46 |
| Hex | AB | EB | 1 | 1B | 0 | 64 | 8 | 4C | 63 | 2E |
| Octal | 253 | 353 | 1 | 33 | 0 | 144 | 10 | 114 | 143 | 56 |
| Binary | 10101011 | 11101011 | 1 | 11011 | 0 | 1100100 | 1000 | 1001100 | 1100011 | 101110 |
Color Harmonies of #ABEB01
Complementary color
Monochromatic Colors of #ABEB01
Black with #ABEB01
Text Example
Text Example
White with #ABEB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEB01; }
p { color: rgb(171,235,1); }
H1.HeaderClassName
{
color: #ABEB01;
}
.AnyTagClassName
{
color: #ABEB01;
}
</style>
background-color css
<style>
a { background-color: #ABEB01; }
a { background-color: rgb(171,235,1); }
div.DivClassName
{
background-color: #ABEB01;
}
.BgClassName
{
background-color: #ABEB01;
}
</style>
border-color css
<style>
span { border-color: #ABEB01; }
span { border-color: rgb(171,235,1); }
td.TdClassName
{
border-color: #ABEB01;
}
.TagClassName
{
border-color: #ABEB01;
}
</style>