Shades of Spring Bud #A7F711
Tints of Spring Bud #A7F711
RGB
CMYK
RGB Variations
Color information
#A7F711 (or 0xA7F711) is known color: Spring Bud. HEX triplet: A7, F7 and 11. RGB value is (167,247,17). Sum of RGB (Red+Green+Blue) = 167+247+17=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 247 (96.88% from 255 or 57.31% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 247 - color contains mainly: green. Hex color #A7F711 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F711 is #5808EE. Grayscale: #C5C5C5. Windows color (decimal): -5769455 or 1177511. OLE color: 1177511.
HSL color Cylindrical-coordinate representation of color #A7F711: hue angle of 80.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7F711 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 247 | 17 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.03 |
| HSL | 80.87º | 0.93% | 0.52% | - |
| HSV(B) | 80.87º | 0.93% | 0.97% | - |
| XYZ | 49.3 | 74.78 | 12.37 | - |
| YUV | 196.86 | 26.5 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 247 | 17 | 0.32 | 0 | 0.93 | 0.03 | 80.87 | 0.93 | 0.52 |
| Hex | A7 | F7 | 11 | 20 | 0 | 5D | 3 | 51 | 5D | 34 |
| Octal | 247 | 367 | 21 | 40 | 0 | 135 | 3 | 121 | 135 | 64 |
| Binary | 10100111 | 11110111 | 10001 | 100000 | 0 | 1011101 | 11 | 1010001 | 1011101 | 110100 |
Color Harmonies of #A7F711
Complementary color
Monochromatic Colors of #A7F711
Black with #A7F711
Text Example
Text Example
White with #A7F711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F711; }
p { color: rgb(167,247,17); }
H1.HeaderClassName
{
color: #A7F711;
}
.AnyTagClassName
{
color: #A7F711;
}
</style>
background-color css
<style>
a { background-color: #A7F711; }
a { background-color: rgb(167,247,17); }
div.DivClassName
{
background-color: #A7F711;
}
.BgClassName
{
background-color: #A7F711;
}
</style>
border-color css
<style>
span { border-color: #A7F711; }
span { border-color: rgb(167,247,17); }
td.TdClassName
{
border-color: #A7F711;
}
.TagClassName
{
border-color: #A7F711;
}
</style>