Shades of Spring Bud #ABFF13
Tints of Spring Bud #ABFF13
RGB
CMYK
RGB Variations
Color information
#ABFF13 (or 0xABFF13) is known color: Spring Bud. HEX triplet: AB, FF and 13. RGB value is (171,255,19). Sum of RGB (Red+Green+Blue) = 171+255+19=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 19 (7.81% from 255 or 4.27% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFF13 is #5400EC. Grayscale: #CBCBCB. Windows color (decimal): -5505261 or 1310635. OLE color: 1310635.
HSL color Cylindrical-coordinate representation of color #ABFF13: hue angle of 81.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABFF13 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 19 | - |
| CMYK | 0.33 | 0 | 0.93 | 0 |
| HSL | 81.36º | 1% | 0.54% | - |
| HSV(B) | 81.36º | 0.93% | 1% | - |
| XYZ | 52.67 | 80.22 | 13.32 | - |
| YUV | 202.98 | 24.17 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 19 | 0.33 | 0 | 0.93 | 0 | 81.36 | 1 | 0.54 |
| Hex | AB | FF | 13 | 21 | 0 | 5D | 0 | 51 | 64 | 36 |
| Octal | 253 | 377 | 23 | 41 | 0 | 135 | 0 | 121 | 144 | 66 |
| Binary | 10101011 | 11111111 | 10011 | 100001 | 0 | 1011101 | 0 | 1010001 | 1100100 | 110110 |
Color Harmonies of #ABFF13
Complementary color
Monochromatic Colors of #ABFF13
Black with #ABFF13
Text Example
Text Example
White with #ABFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF13; }
p { color: rgb(171,255,19); }
H1.HeaderClassName
{
color: #ABFF13;
}
.AnyTagClassName
{
color: #ABFF13;
}
</style>
background-color css
<style>
a { background-color: #ABFF13; }
a { background-color: rgb(171,255,19); }
div.DivClassName
{
background-color: #ABFF13;
}
.BgClassName
{
background-color: #ABFF13;
}
</style>
border-color css
<style>
span { border-color: #ABFF13; }
span { border-color: rgb(171,255,19); }
td.TdClassName
{
border-color: #ABFF13;
}
.TagClassName
{
border-color: #ABFF13;
}
</style>