Shades of Spring Bud #ADF501
Tints of Spring Bud #ADF501
RGB
CMYK
RGB Variations
Color information
#ADF501 (or 0xADF501) is known color: Spring Bud. HEX triplet: AD, F5 and 01. RGB value is (173,245,1). Sum of RGB (Red+Green+Blue) = 173+245+1=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 245 (96.09% from 255 or 58.47% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF501 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF501 is #520AFE. Grayscale: #C4C4C4. Windows color (decimal): -5376767 or 128429. OLE color: 128429.
HSL color Cylindrical-coordinate representation of color #ADF501: hue angle of 77.7º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADF501 is Cyan = 0.29, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 1 | - |
| CMYK | 0.29 | 0 | 1.00 | 0.04 |
| HSL | 77.7º | 0.99% | 0.48% | - |
| HSV(B) | 77.7º | 1% | 0.96% | - |
| XYZ | 49.89 | 74.19 | 11.72 | - |
| YUV | 195.66 | 18.15 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 1 | 0.29 | 0 | 1.00 | 0.04 | 77.7 | 0.99 | 0.48 |
| Hex | AD | F5 | 1 | 1D | 0 | 64 | 4 | 4E | 63 | 30 |
| Octal | 255 | 365 | 1 | 35 | 0 | 144 | 4 | 116 | 143 | 60 |
| Binary | 10101101 | 11110101 | 1 | 11101 | 0 | 1100100 | 100 | 1001110 | 1100011 | 110000 |
Color Harmonies of #ADF501
Complementary color
Monochromatic Colors of #ADF501
Black with #ADF501
Text Example
Text Example
White with #ADF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF501; }
p { color: rgb(173,245,1); }
H1.HeaderClassName
{
color: #ADF501;
}
.AnyTagClassName
{
color: #ADF501;
}
</style>
background-color css
<style>
a { background-color: #ADF501; }
a { background-color: rgb(173,245,1); }
div.DivClassName
{
background-color: #ADF501;
}
.BgClassName
{
background-color: #ADF501;
}
</style>
border-color css
<style>
span { border-color: #ADF501; }
span { border-color: rgb(173,245,1); }
td.TdClassName
{
border-color: #ADF501;
}
.TagClassName
{
border-color: #ADF501;
}
</style>