Shades of Spring Bud #ADF700
Tints of Spring Bud #ADF700
RGB
CMYK
RGB Variations
Color information
#ADF700 (or 0xADF700) is known color: Spring Bud. HEX triplet: AD, F7 and 00. RGB value is (173,247,0). Sum of RGB (Red+Green+Blue) = 173+247+0=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 247 (96.88% from 255 or 58.81% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF700 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF700 is #5208FF. Grayscale: #C5C5C5. Windows color (decimal): -5376256 or 63405. OLE color: 63405.
HSL color Cylindrical-coordinate representation of color #ADF700: hue angle of 77.98º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADF700 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.03 |
| HSL | 77.98º | 1% | 0.48% | - |
| HSV(B) | 77.98º | 1% | 0.97% | - |
| XYZ | 50.49 | 75.41 | 11.89 | - |
| YUV | 196.72 | 16.98 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 0 | 0.30 | 0 | 1 | 0.03 | 77.98 | 1 | 0.48 |
| Hex | AD | F7 | 0 | 1E | 0 | 64 | 3 | 4E | 64 | 30 |
| Octal | 255 | 367 | 0 | 36 | 0 | 144 | 3 | 116 | 144 | 60 |
| Binary | 10101101 | 11110111 | 0 | 11110 | 0 | 1100100 | 11 | 1001110 | 1100100 | 110000 |
Color Harmonies of #ADF700
Complementary color
Monochromatic Colors of #ADF700
Black with #ADF700
Text Example
Text Example
White with #ADF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF700; }
p { color: rgb(173,247,0); }
H1.HeaderClassName
{
color: #ADF700;
}
.AnyTagClassName
{
color: #ADF700;
}
</style>
background-color css
<style>
a { background-color: #ADF700; }
a { background-color: rgb(173,247,0); }
div.DivClassName
{
background-color: #ADF700;
}
.BgClassName
{
background-color: #ADF700;
}
</style>
border-color css
<style>
span { border-color: #ADF700; }
span { border-color: rgb(173,247,0); }
td.TdClassName
{
border-color: #ADF700;
}
.TagClassName
{
border-color: #ADF700;
}
</style>