Shades of Spring Bud #ABFE07
Tints of Spring Bud #ABFE07
RGB
CMYK
RGB Variations
Color information
#ABFE07 (or 0xABFE07) is known color: Spring Bud. HEX triplet: AB, FE and 07. RGB value is (171,254,7). Sum of RGB (Red+Green+Blue) = 171+254+7=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 254 (99.61% from 255 or 58.80% from 432); Blue value is 7 (3.12% from 255 or 1.62% from 432); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFE07 is #5401F8. Grayscale: #C9C9C9. Windows color (decimal): -5505529 or 523947. OLE color: 523947.
HSL color Cylindrical-coordinate representation of color #ABFE07: hue angle of 80.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABFE07 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 7 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.00 |
| HSL | 80.16º | 0.99% | 0.51% | - |
| HSV(B) | 80.16º | 0.97% | 1% | - |
| XYZ | 52.27 | 79.56 | 12.8 | - |
| YUV | 201.03 | 18.5 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 7 | 0.33 | 0 | 0.97 | 0.00 | 80.16 | 0.99 | 0.51 |
| Hex | AB | FE | 7 | 21 | 0 | 61 | 0 | 50 | 63 | 33 |
| Octal | 253 | 376 | 7 | 41 | 0 | 141 | 0 | 120 | 143 | 63 |
| Binary | 10101011 | 11111110 | 111 | 100001 | 0 | 1100001 | 0 | 1010000 | 1100011 | 110011 |
Color Harmonies of #ABFE07
Complementary color
Monochromatic Colors of #ABFE07
Black with #ABFE07
Text Example
Text Example
White with #ABFE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE07; }
p { color: rgb(171,254,7); }
H1.HeaderClassName
{
color: #ABFE07;
}
.AnyTagClassName
{
color: #ABFE07;
}
</style>
background-color css
<style>
a { background-color: #ABFE07; }
a { background-color: rgb(171,254,7); }
div.DivClassName
{
background-color: #ABFE07;
}
.BgClassName
{
background-color: #ABFE07;
}
</style>
border-color css
<style>
span { border-color: #ABFE07; }
span { border-color: rgb(171,254,7); }
td.TdClassName
{
border-color: #ABFE07;
}
.TagClassName
{
border-color: #ABFE07;
}
</style>