Shades of Spring Bud #ABFD02
Tints of Spring Bud #ABFD02
RGB
CMYK
RGB Variations
Color information
#ABFD02 (or 0xABFD02) is known color: Spring Bud. HEX triplet: AB, FD and 02. RGB value is (171,253,2). Sum of RGB (Red+Green+Blue) = 171+253+2=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 253 (99.22% from 255 or 59.39% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFD02 is #5402FD. Grayscale: #C8C8C8. Windows color (decimal): -5505790 or 196011. OLE color: 196011.
HSL color Cylindrical-coordinate representation of color #ABFD02: hue angle of 79.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABFD02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.01 |
| HSL | 79.6º | 0.98% | 0.5% | - |
| HSV(B) | 79.6º | 0.99% | 0.99% | - |
| XYZ | 51.93 | 78.91 | 12.55 | - |
| YUV | 199.87 | 16.33 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 2 | 0.32 | 0 | 0.99 | 0.01 | 79.6 | 0.98 | 0.5 |
| Hex | AB | FD | 2 | 20 | 0 | 63 | 1 | 50 | 62 | 32 |
| Octal | 253 | 375 | 2 | 40 | 0 | 143 | 1 | 120 | 142 | 62 |
| Binary | 10101011 | 11111101 | 10 | 100000 | 0 | 1100011 | 1 | 1010000 | 1100010 | 110010 |
Color Harmonies of #ABFD02
Complementary color
Monochromatic Colors of #ABFD02
Black with #ABFD02
Text Example
Text Example
White with #ABFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD02; }
p { color: rgb(171,253,2); }
H1.HeaderClassName
{
color: #ABFD02;
}
.AnyTagClassName
{
color: #ABFD02;
}
</style>
background-color css
<style>
a { background-color: #ABFD02; }
a { background-color: rgb(171,253,2); }
div.DivClassName
{
background-color: #ABFD02;
}
.BgClassName
{
background-color: #ABFD02;
}
</style>
border-color css
<style>
span { border-color: #ABFD02; }
span { border-color: rgb(171,253,2); }
td.TdClassName
{
border-color: #ABFD02;
}
.TagClassName
{
border-color: #ABFD02;
}
</style>