Shades of Spring Bud #A7F705
Tints of Spring Bud #A7F705
RGB
CMYK
RGB Variations
Color information
#A7F705 (or 0xA7F705) is known color: Spring Bud. HEX triplet: A7, F7 and 05. RGB value is (167,247,5). Sum of RGB (Red+Green+Blue) = 167+247+5=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 247 (96.88% from 255 or 58.95% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 247 - color contains mainly: green. Hex color #A7F705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F705 is #5808FA. Grayscale: #C4C4C4. Windows color (decimal): -5769467 or 391079. OLE color: 391079.
HSL color Cylindrical-coordinate representation of color #A7F705: hue angle of 79.83º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7F705 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 247 | 5 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.03 |
| HSL | 79.83º | 0.96% | 0.49% | - |
| HSV(B) | 79.83º | 0.98% | 0.97% | - |
| XYZ | 49.22 | 74.75 | 11.98 | - |
| YUV | 195.49 | 20.5 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 247 | 5 | 0.32 | 0 | 0.98 | 0.03 | 79.83 | 0.96 | 0.49 |
| Hex | A7 | F7 | 5 | 20 | 0 | 62 | 3 | 50 | 60 | 31 |
| Octal | 247 | 367 | 5 | 40 | 0 | 142 | 3 | 120 | 140 | 61 |
| Binary | 10100111 | 11110111 | 101 | 100000 | 0 | 1100010 | 11 | 1010000 | 1100000 | 110001 |
Color Harmonies of #A7F705
Complementary color
Monochromatic Colors of #A7F705
Black with #A7F705
Text Example
Text Example
White with #A7F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F705; }
p { color: rgb(167,247,5); }
H1.HeaderClassName
{
color: #A7F705;
}
.AnyTagClassName
{
color: #A7F705;
}
</style>
background-color css
<style>
a { background-color: #A7F705; }
a { background-color: rgb(167,247,5); }
div.DivClassName
{
background-color: #A7F705;
}
.BgClassName
{
background-color: #A7F705;
}
</style>
border-color css
<style>
span { border-color: #A7F705; }
span { border-color: rgb(167,247,5); }
td.TdClassName
{
border-color: #A7F705;
}
.TagClassName
{
border-color: #A7F705;
}
</style>