Shades of Spring Bud #ABF605
Tints of Spring Bud #ABF605
RGB
CMYK
RGB Variations
Color information
#ABF605 (or 0xABF605) is known color: Spring Bud. HEX triplet: AB, F6 and 05. RGB value is (171,246,5). Sum of RGB (Red+Green+Blue) = 171+246+5=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 246 (96.48% from 255 or 58.29% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF605 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF605 is #5409FA. Grayscale: #C4C4C4. Windows color (decimal): -5507579 or 390827. OLE color: 390827.
HSL color Cylindrical-coordinate representation of color #ABF605: hue angle of 78.67º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABF605 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 246 | 5 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.04 |
| HSL | 78.67º | 0.96% | 0.49% | - |
| HSV(B) | 78.67º | 0.98% | 0.96% | - |
| XYZ | 49.78 | 74.58 | 11.92 | - |
| YUV | 196.1 | 20.15 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 246 | 5 | 0.30 | 0 | 0.98 | 0.04 | 78.67 | 0.96 | 0.49 |
| Hex | AB | F6 | 5 | 1E | 0 | 62 | 4 | 4F | 60 | 31 |
| Octal | 253 | 366 | 5 | 36 | 0 | 142 | 4 | 117 | 140 | 61 |
| Binary | 10101011 | 11110110 | 101 | 11110 | 0 | 1100010 | 100 | 1001111 | 1100000 | 110001 |
Color Harmonies of #ABF605
Complementary color
Monochromatic Colors of #ABF605
Black with #ABF605
Text Example
Text Example
White with #ABF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF605; }
p { color: rgb(171,246,5); }
H1.HeaderClassName
{
color: #ABF605;
}
.AnyTagClassName
{
color: #ABF605;
}
</style>
background-color css
<style>
a { background-color: #ABF605; }
a { background-color: rgb(171,246,5); }
div.DivClassName
{
background-color: #ABF605;
}
.BgClassName
{
background-color: #ABF605;
}
</style>
border-color css
<style>
span { border-color: #ABF605; }
span { border-color: rgb(171,246,5); }
td.TdClassName
{
border-color: #ABF605;
}
.TagClassName
{
border-color: #ABF605;
}
</style>