Shades of Spring Bud #A7F503
Tints of Spring Bud #A7F503
RGB
CMYK
RGB Variations
Color information
#A7F503 (or 0xA7F503) is known color: Spring Bud. HEX triplet: A7, F5 and 03. RGB value is (167,245,3). Sum of RGB (Red+Green+Blue) = 167+245+3=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 245 (96.09% from 255 or 59.04% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 245 - color contains mainly: green. Hex color #A7F503 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F503 is #580AFC. Grayscale: #C2C2C2. Windows color (decimal): -5769981 or 259495. OLE color: 259495.
HSL color Cylindrical-coordinate representation of color #A7F503: hue angle of 79.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7F503 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 245 | 3 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.04 |
| HSL | 79.34º | 0.98% | 0.49% | - |
| HSV(B) | 79.34º | 0.99% | 0.96% | - |
| XYZ | 48.61 | 73.53 | 11.72 | - |
| YUV | 194.09 | 20.16 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 245 | 3 | 0.32 | 0 | 0.99 | 0.04 | 79.34 | 0.98 | 0.49 |
| Hex | A7 | F5 | 3 | 20 | 0 | 63 | 4 | 4F | 62 | 31 |
| Octal | 247 | 365 | 3 | 40 | 0 | 143 | 4 | 117 | 142 | 61 |
| Binary | 10100111 | 11110101 | 11 | 100000 | 0 | 1100011 | 100 | 1001111 | 1100010 | 110001 |
Color Harmonies of #A7F503
Complementary color
Monochromatic Colors of #A7F503
Black with #A7F503
Text Example
Text Example
White with #A7F503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F503; }
p { color: rgb(167,245,3); }
H1.HeaderClassName
{
color: #A7F503;
}
.AnyTagClassName
{
color: #A7F503;
}
</style>
background-color css
<style>
a { background-color: #A7F503; }
a { background-color: rgb(167,245,3); }
div.DivClassName
{
background-color: #A7F503;
}
.BgClassName
{
background-color: #A7F503;
}
</style>
border-color css
<style>
span { border-color: #A7F503; }
span { border-color: rgb(167,245,3); }
td.TdClassName
{
border-color: #A7F503;
}
.TagClassName
{
border-color: #A7F503;
}
</style>