Shades of Spring Bud #A7F511
Tints of Spring Bud #A7F511
RGB
CMYK
RGB Variations
Color information
#A7F511 (or 0xA7F511) is known color: Spring Bud. HEX triplet: A7, F5 and 11. RGB value is (167,245,17). Sum of RGB (Red+Green+Blue) = 167+245+17=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 245 (96.09% from 255 or 57.11% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 245 - color contains mainly: green. Hex color #A7F511 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F511 is #580AEE. Grayscale: #C4C4C4. Windows color (decimal): -5769967 or 1176999. OLE color: 1176999.
HSL color Cylindrical-coordinate representation of color #A7F511: hue angle of 80.53º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7F511 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 245 | 17 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.04 |
| HSL | 80.53º | 0.92% | 0.51% | - |
| HSV(B) | 80.53º | 0.93% | 0.96% | - |
| XYZ | 48.69 | 73.56 | 12.16 | - |
| YUV | 195.69 | 27.16 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 245 | 17 | 0.32 | 0 | 0.93 | 0.04 | 80.53 | 0.92 | 0.51 |
| Hex | A7 | F5 | 11 | 20 | 0 | 5D | 4 | 51 | 5C | 33 |
| Octal | 247 | 365 | 21 | 40 | 0 | 135 | 4 | 121 | 134 | 63 |
| Binary | 10100111 | 11110101 | 10001 | 100000 | 0 | 1011101 | 100 | 1010001 | 1011100 | 110011 |
Color Harmonies of #A7F511
Complementary color
Monochromatic Colors of #A7F511
Black with #A7F511
Text Example
Text Example
White with #A7F511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F511; }
p { color: rgb(167,245,17); }
H1.HeaderClassName
{
color: #A7F511;
}
.AnyTagClassName
{
color: #A7F511;
}
</style>
background-color css
<style>
a { background-color: #A7F511; }
a { background-color: rgb(167,245,17); }
div.DivClassName
{
background-color: #A7F511;
}
.BgClassName
{
background-color: #A7F511;
}
</style>
border-color css
<style>
span { border-color: #A7F511; }
span { border-color: rgb(167,245,17); }
td.TdClassName
{
border-color: #A7F511;
}
.TagClassName
{
border-color: #A7F511;
}
</style>