Shades of Spring Bud #ADF407
Tints of Spring Bud #ADF407
RGB
CMYK
RGB Variations
Color information
#ADF407 (or 0xADF407) is known color: Spring Bud. HEX triplet: AD, F4 and 07. RGB value is (173,244,7). Sum of RGB (Red+Green+Blue) = 173+244+7=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 244 (95.70% from 255 or 57.55% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF407 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF407 is #520BF8. Grayscale: #C4C4C4. Windows color (decimal): -5377017 or 521389. OLE color: 521389.
HSL color Cylindrical-coordinate representation of color #ADF407: hue angle of 77.97º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADF407 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 7 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.04 |
| HSL | 77.97º | 0.94% | 0.49% | - |
| HSV(B) | 77.97º | 0.97% | 0.96% | - |
| XYZ | 49.62 | 73.6 | 11.79 | - |
| YUV | 195.75 | 21.48 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 7 | 0.29 | 0 | 0.97 | 0.04 | 77.97 | 0.94 | 0.49 |
| Hex | AD | F4 | 7 | 1D | 0 | 61 | 4 | 4E | 5E | 31 |
| Octal | 255 | 364 | 7 | 35 | 0 | 141 | 4 | 116 | 136 | 61 |
| Binary | 10101101 | 11110100 | 111 | 11101 | 0 | 1100001 | 100 | 1001110 | 1011110 | 110001 |
Color Harmonies of #ADF407
Complementary color
Monochromatic Colors of #ADF407
Black with #ADF407
Text Example
Text Example
White with #ADF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF407; }
p { color: rgb(173,244,7); }
H1.HeaderClassName
{
color: #ADF407;
}
.AnyTagClassName
{
color: #ADF407;
}
</style>
background-color css
<style>
a { background-color: #ADF407; }
a { background-color: rgb(173,244,7); }
div.DivClassName
{
background-color: #ADF407;
}
.BgClassName
{
background-color: #ADF407;
}
</style>
border-color css
<style>
span { border-color: #ADF407; }
span { border-color: rgb(173,244,7); }
td.TdClassName
{
border-color: #ADF407;
}
.TagClassName
{
border-color: #ADF407;
}
</style>