Shades of Spring Bud #ABF305
Tints of Spring Bud #ABF305
RGB
CMYK
RGB Variations
Color information
#ABF305 (or 0xABF305) is known color: Spring Bud. HEX triplet: AB, F3 and 05. RGB value is (171,243,5). Sum of RGB (Red+Green+Blue) = 171+243+5=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 243 (95.31% from 255 or 58.00% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF305 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF305 is #540CFA. Grayscale: #C3C3C3. Windows color (decimal): -5508347 or 390059. OLE color: 390059.
HSL color Cylindrical-coordinate representation of color #ABF305: hue angle of 78.15º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABF305 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 5 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.05 |
| HSL | 78.15º | 0.96% | 0.49% | - |
| HSV(B) | 78.15º | 0.98% | 0.95% | - |
| XYZ | 48.87 | 72.77 | 11.61 | - |
| YUV | 194.34 | 21.15 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 5 | 0.30 | 0 | 0.98 | 0.05 | 78.15 | 0.96 | 0.49 |
| Hex | AB | F3 | 5 | 1E | 0 | 62 | 5 | 4E | 60 | 31 |
| Octal | 253 | 363 | 5 | 36 | 0 | 142 | 5 | 116 | 140 | 61 |
| Binary | 10101011 | 11110011 | 101 | 11110 | 0 | 1100010 | 101 | 1001110 | 1100000 | 110001 |
Color Harmonies of #ABF305
Complementary color
Monochromatic Colors of #ABF305
Black with #ABF305
Text Example
Text Example
White with #ABF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF305; }
p { color: rgb(171,243,5); }
H1.HeaderClassName
{
color: #ABF305;
}
.AnyTagClassName
{
color: #ABF305;
}
</style>
background-color css
<style>
a { background-color: #ABF305; }
a { background-color: rgb(171,243,5); }
div.DivClassName
{
background-color: #ABF305;
}
.BgClassName
{
background-color: #ABF305;
}
</style>
border-color css
<style>
span { border-color: #ABF305; }
span { border-color: rgb(171,243,5); }
td.TdClassName
{
border-color: #ABF305;
}
.TagClassName
{
border-color: #ABF305;
}
</style>