Shades of Spring Bud #ADF607
Tints of Spring Bud #ADF607
RGB
CMYK
RGB Variations
Color information
#ADF607 (or 0xADF607) is known color: Spring Bud. HEX triplet: AD, F6 and 07. RGB value is (173,246,7). Sum of RGB (Red+Green+Blue) = 173+246+7=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 246 (96.48% from 255 or 57.75% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF607 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF607 is #5209F8. Grayscale: #C5C5C5. Windows color (decimal): -5376505 or 521901. OLE color: 521901.
HSL color Cylindrical-coordinate representation of color #ADF607: hue angle of 78.33º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADF607 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 7 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.04 |
| HSL | 78.33º | 0.94% | 0.5% | - |
| HSV(B) | 78.33º | 0.97% | 0.96% | - |
| XYZ | 50.23 | 74.81 | 11.99 | - |
| YUV | 196.93 | 20.82 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 7 | 0.30 | 0 | 0.97 | 0.04 | 78.33 | 0.94 | 0.5 |
| Hex | AD | F6 | 7 | 1E | 0 | 61 | 4 | 4E | 5E | 32 |
| Octal | 255 | 366 | 7 | 36 | 0 | 141 | 4 | 116 | 136 | 62 |
| Binary | 10101101 | 11110110 | 111 | 11110 | 0 | 1100001 | 100 | 1001110 | 1011110 | 110010 |
Color Harmonies of #ADF607
Complementary color
Monochromatic Colors of #ADF607
Black with #ADF607
Text Example
Text Example
White with #ADF607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF607; }
p { color: rgb(173,246,7); }
H1.HeaderClassName
{
color: #ADF607;
}
.AnyTagClassName
{
color: #ADF607;
}
</style>
background-color css
<style>
a { background-color: #ADF607; }
a { background-color: rgb(173,246,7); }
div.DivClassName
{
background-color: #ADF607;
}
.BgClassName
{
background-color: #ADF607;
}
</style>
border-color css
<style>
span { border-color: #ADF607; }
span { border-color: rgb(173,246,7); }
td.TdClassName
{
border-color: #ADF607;
}
.TagClassName
{
border-color: #ADF607;
}
</style>