Shades of Spring Bud #ADF504
Tints of Spring Bud #ADF504
RGB
CMYK
RGB Variations
Color information
#ADF504 (or 0xADF504) is known color: Spring Bud. HEX triplet: AD, F5 and 04. RGB value is (173,245,4). Sum of RGB (Red+Green+Blue) = 173+245+4=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 245 (96.09% from 255 or 58.06% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF504 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF504 is #520AFB. Grayscale: #C4C4C4. Windows color (decimal): -5376764 or 325037. OLE color: 325037.
HSL color Cylindrical-coordinate representation of color #ADF504: hue angle of 77.93º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADF504 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.04 |
| HSL | 77.93º | 0.97% | 0.49% | - |
| HSV(B) | 77.93º | 0.98% | 0.96% | - |
| XYZ | 49.91 | 74.2 | 11.81 | - |
| YUV | 196 | 19.65 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 4 | 0.29 | 0 | 0.98 | 0.04 | 77.93 | 0.97 | 0.49 |
| Hex | AD | F5 | 4 | 1D | 0 | 62 | 4 | 4E | 61 | 31 |
| Octal | 255 | 365 | 4 | 35 | 0 | 142 | 4 | 116 | 141 | 61 |
| Binary | 10101101 | 11110101 | 100 | 11101 | 0 | 1100010 | 100 | 1001110 | 1100001 | 110001 |
Color Harmonies of #ADF504
Complementary color
Monochromatic Colors of #ADF504
Black with #ADF504
Text Example
Text Example
White with #ADF504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF504; }
p { color: rgb(173,245,4); }
H1.HeaderClassName
{
color: #ADF504;
}
.AnyTagClassName
{
color: #ADF504;
}
</style>
background-color css
<style>
a { background-color: #ADF504; }
a { background-color: rgb(173,245,4); }
div.DivClassName
{
background-color: #ADF504;
}
.BgClassName
{
background-color: #ADF504;
}
</style>
border-color css
<style>
span { border-color: #ADF504; }
span { border-color: rgb(173,245,4); }
td.TdClassName
{
border-color: #ADF504;
}
.TagClassName
{
border-color: #ADF504;
}
</style>