Shades of Spring Bud #A7F805
Tints of Spring Bud #A7F805
RGB
CMYK
RGB Variations
Color information
#A7F805 (or 0xA7F805) is known color: Spring Bud. HEX triplet: A7, F8 and 05. RGB value is (167,248,5). Sum of RGB (Red+Green+Blue) = 167+248+5=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 248 (97.27% from 255 or 59.05% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F805 is #5807FA. Grayscale: #C4C4C4. Windows color (decimal): -5769211 or 391335. OLE color: 391335.
HSL color Cylindrical-coordinate representation of color #A7F805: hue angle of 80º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7F805 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 248 | 5 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.03 |
| HSL | 80º | 0.96% | 0.5% | - |
| HSV(B) | 80º | 0.98% | 0.97% | - |
| XYZ | 49.53 | 75.36 | 12.08 | - |
| YUV | 196.08 | 20.16 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 248 | 5 | 0.33 | 0 | 0.98 | 0.03 | 80 | 0.96 | 0.5 |
| Hex | A7 | F8 | 5 | 21 | 0 | 62 | 3 | 50 | 60 | 32 |
| Octal | 247 | 370 | 5 | 41 | 0 | 142 | 3 | 120 | 140 | 62 |
| Binary | 10100111 | 11111000 | 101 | 100001 | 0 | 1100010 | 11 | 1010000 | 1100000 | 110010 |
Color Harmonies of #A7F805
Complementary color
Monochromatic Colors of #A7F805
Black with #A7F805
Text Example
Text Example
White with #A7F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F805; }
p { color: rgb(167,248,5); }
H1.HeaderClassName
{
color: #A7F805;
}
.AnyTagClassName
{
color: #A7F805;
}
</style>
background-color css
<style>
a { background-color: #A7F805; }
a { background-color: rgb(167,248,5); }
div.DivClassName
{
background-color: #A7F805;
}
.BgClassName
{
background-color: #A7F805;
}
</style>
border-color css
<style>
span { border-color: #A7F805; }
span { border-color: rgb(167,248,5); }
td.TdClassName
{
border-color: #A7F805;
}
.TagClassName
{
border-color: #A7F805;
}
</style>