Shades of Spring Bud #A5FD05
Tints of Spring Bud #A5FD05
RGB
CMYK
RGB Variations
Color information
#A5FD05 (or 0xA5FD05) is known color: Spring Bud. HEX triplet: A5, FD and 05. RGB value is (165,253,5). Sum of RGB (Red+Green+Blue) = 165+253+5=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 253 (99.22% from 255 or 59.81% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FD05 is #5A02FA. Grayscale: #C7C7C7. Windows color (decimal): -5899003 or 392613. OLE color: 392613.
HSL color Cylindrical-coordinate representation of color #A5FD05: hue angle of 81.29º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5FD05 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 253 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.01 |
| HSL | 81.29º | 0.98% | 0.51% | - |
| HSV(B) | 81.29º | 0.98% | 0.99% | - |
| XYZ | 50.67 | 78.26 | 12.58 | - |
| YUV | 198.42 | 18.85 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 253 | 5 | 0.35 | 0 | 0.98 | 0.01 | 81.29 | 0.98 | 0.51 |
| Hex | A5 | FD | 5 | 23 | 0 | 62 | 1 | 51 | 62 | 33 |
| Octal | 245 | 375 | 5 | 43 | 0 | 142 | 1 | 121 | 142 | 63 |
| Binary | 10100101 | 11111101 | 101 | 100011 | 0 | 1100010 | 1 | 1010001 | 1100010 | 110011 |
Color Harmonies of #A5FD05
Complementary color
Monochromatic Colors of #A5FD05
Black with #A5FD05
Text Example
Text Example
White with #A5FD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FD05; }
p { color: rgb(165,253,5); }
H1.HeaderClassName
{
color: #A5FD05;
}
.AnyTagClassName
{
color: #A5FD05;
}
</style>
background-color css
<style>
a { background-color: #A5FD05; }
a { background-color: rgb(165,253,5); }
div.DivClassName
{
background-color: #A5FD05;
}
.BgClassName
{
background-color: #A5FD05;
}
</style>
border-color css
<style>
span { border-color: #A5FD05; }
span { border-color: rgb(165,253,5); }
td.TdClassName
{
border-color: #A5FD05;
}
.TagClassName
{
border-color: #A5FD05;
}
</style>