Shades of Spring Bud #ADF706
Tints of Spring Bud #ADF706
RGB
CMYK
RGB Variations
Color information
#ADF706 (or 0xADF706) is known color: Spring Bud. HEX triplet: AD, F7 and 06. RGB value is (173,247,6). Sum of RGB (Red+Green+Blue) = 173+247+6=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 247 (96.88% from 255 or 57.98% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF706 is #5208F9. Grayscale: #C6C6C6. Windows color (decimal): -5376250 or 456621. OLE color: 456621.
HSL color Cylindrical-coordinate representation of color #ADF706: hue angle of 78.42º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADF706 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 6 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.03 |
| HSL | 78.42º | 0.95% | 0.5% | - |
| HSV(B) | 78.42º | 0.98% | 0.97% | - |
| XYZ | 50.53 | 75.42 | 12.07 | - |
| YUV | 197.4 | 19.98 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 6 | 0.30 | 0 | 0.98 | 0.03 | 78.42 | 0.95 | 0.5 |
| Hex | AD | F7 | 6 | 1E | 0 | 62 | 3 | 4E | 5F | 32 |
| Octal | 255 | 367 | 6 | 36 | 0 | 142 | 3 | 116 | 137 | 62 |
| Binary | 10101101 | 11110111 | 110 | 11110 | 0 | 1100010 | 11 | 1001110 | 1011111 | 110010 |
Color Harmonies of #ADF706
Complementary color
Monochromatic Colors of #ADF706
Black with #ADF706
Text Example
Text Example
White with #ADF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF706; }
p { color: rgb(173,247,6); }
H1.HeaderClassName
{
color: #ADF706;
}
.AnyTagClassName
{
color: #ADF706;
}
</style>
background-color css
<style>
a { background-color: #ADF706; }
a { background-color: rgb(173,247,6); }
div.DivClassName
{
background-color: #ADF706;
}
.BgClassName
{
background-color: #ADF706;
}
</style>
border-color css
<style>
span { border-color: #ADF706; }
span { border-color: rgb(173,247,6); }
td.TdClassName
{
border-color: #ADF706;
}
.TagClassName
{
border-color: #ADF706;
}
</style>