Shades of Spring Bud #ADF007
Tints of Spring Bud #ADF007
RGB
CMYK
RGB Variations
Color information
#ADF007 (or 0xADF007) is known color: Spring Bud. HEX triplet: AD, F0 and 07. RGB value is (173,240,7). Sum of RGB (Red+Green+Blue) = 173+240+7=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 240 (94.14% from 255 or 57.14% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF007 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF007 is #520FF8. Grayscale: #C2C2C2. Windows color (decimal): -5378041 or 520365. OLE color: 520365.
HSL color Cylindrical-coordinate representation of color #ADF007: hue angle of 77.25º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADF007 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 7 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.06 |
| HSL | 77.25º | 0.94% | 0.48% | - |
| HSV(B) | 77.25º | 0.97% | 0.94% | - |
| XYZ | 48.43 | 71.22 | 11.4 | - |
| YUV | 193.41 | 22.8 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 7 | 0.28 | 0 | 0.97 | 0.06 | 77.25 | 0.94 | 0.48 |
| Hex | AD | F0 | 7 | 1C | 0 | 61 | 6 | 4D | 5E | 30 |
| Octal | 255 | 360 | 7 | 34 | 0 | 141 | 6 | 115 | 136 | 60 |
| Binary | 10101101 | 11110000 | 111 | 11100 | 0 | 1100001 | 110 | 1001101 | 1011110 | 110000 |
Color Harmonies of #ADF007
Complementary color
Monochromatic Colors of #ADF007
Black with #ADF007
Text Example
Text Example
White with #ADF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF007; }
p { color: rgb(173,240,7); }
H1.HeaderClassName
{
color: #ADF007;
}
.AnyTagClassName
{
color: #ADF007;
}
</style>
background-color css
<style>
a { background-color: #ADF007; }
a { background-color: rgb(173,240,7); }
div.DivClassName
{
background-color: #ADF007;
}
.BgClassName
{
background-color: #ADF007;
}
</style>
border-color css
<style>
span { border-color: #ADF007; }
span { border-color: rgb(173,240,7); }
td.TdClassName
{
border-color: #ADF007;
}
.TagClassName
{
border-color: #ADF007;
}
</style>