Shades of Spring Bud #ADF707
Tints of Spring Bud #ADF707
RGB
CMYK
RGB Variations
Color information
#ADF707 (or 0xADF707) is known color: Spring Bud. HEX triplet: AD, F7 and 07. RGB value is (173,247,7). Sum of RGB (Red+Green+Blue) = 173+247+7=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 247 (96.88% from 255 or 57.85% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF707 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF707 is #5208F8. Grayscale: #C6C6C6. Windows color (decimal): -5376249 or 522157. OLE color: 522157.
HSL color Cylindrical-coordinate representation of color #ADF707: hue angle of 78.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADF707 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 7 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.03 |
| HSL | 78.5º | 0.94% | 0.5% | - |
| HSV(B) | 78.5º | 0.97% | 0.97% | - |
| XYZ | 50.53 | 75.42 | 12.1 | - |
| YUV | 197.51 | 20.48 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 7 | 0.30 | 0 | 0.97 | 0.03 | 78.5 | 0.94 | 0.5 |
| Hex | AD | F7 | 7 | 1E | 0 | 61 | 3 | 4E | 5E | 32 |
| Octal | 255 | 367 | 7 | 36 | 0 | 141 | 3 | 116 | 136 | 62 |
| Binary | 10101101 | 11110111 | 111 | 11110 | 0 | 1100001 | 11 | 1001110 | 1011110 | 110010 |
Color Harmonies of #ADF707
Complementary color
Monochromatic Colors of #ADF707
Black with #ADF707
Text Example
Text Example
White with #ADF707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF707; }
p { color: rgb(173,247,7); }
H1.HeaderClassName
{
color: #ADF707;
}
.AnyTagClassName
{
color: #ADF707;
}
</style>
background-color css
<style>
a { background-color: #ADF707; }
a { background-color: rgb(173,247,7); }
div.DivClassName
{
background-color: #ADF707;
}
.BgClassName
{
background-color: #ADF707;
}
</style>
border-color css
<style>
span { border-color: #ADF707; }
span { border-color: rgb(173,247,7); }
td.TdClassName
{
border-color: #ADF707;
}
.TagClassName
{
border-color: #ADF707;
}
</style>