Shades of Spring Bud #ABF202
Tints of Spring Bud #ABF202
RGB
CMYK
RGB Variations
Color information
#ABF202 (or 0xABF202) is known color: Spring Bud. HEX triplet: AB, F2 and 02. RGB value is (171,242,2). Sum of RGB (Red+Green+Blue) = 171+242+2=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF202 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF202 is #540DFD. Grayscale: #C2C2C2. Windows color (decimal): -5508606 or 193195. OLE color: 193195.
HSL color Cylindrical-coordinate representation of color #ABF202: hue angle of 77.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABF202 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.05 |
| HSL | 77.75º | 0.98% | 0.48% | - |
| HSV(B) | 77.75º | 0.99% | 0.95% | - |
| XYZ | 48.56 | 72.17 | 11.43 | - |
| YUV | 193.41 | 19.98 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 2 | 0.29 | 0 | 0.99 | 0.05 | 77.75 | 0.98 | 0.48 |
| Hex | AB | F2 | 2 | 1D | 0 | 63 | 5 | 4E | 62 | 30 |
| Octal | 253 | 362 | 2 | 35 | 0 | 143 | 5 | 116 | 142 | 60 |
| Binary | 10101011 | 11110010 | 10 | 11101 | 0 | 1100011 | 101 | 1001110 | 1100010 | 110000 |
Color Harmonies of #ABF202
Complementary color
Monochromatic Colors of #ABF202
Black with #ABF202
Text Example
Text Example
White with #ABF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF202; }
p { color: rgb(171,242,2); }
H1.HeaderClassName
{
color: #ABF202;
}
.AnyTagClassName
{
color: #ABF202;
}
</style>
background-color css
<style>
a { background-color: #ABF202; }
a { background-color: rgb(171,242,2); }
div.DivClassName
{
background-color: #ABF202;
}
.BgClassName
{
background-color: #ABF202;
}
</style>
border-color css
<style>
span { border-color: #ABF202; }
span { border-color: rgb(171,242,2); }
td.TdClassName
{
border-color: #ABF202;
}
.TagClassName
{
border-color: #ABF202;
}
</style>