Shades of Spring Bud #ADFF07
Tints of Spring Bud #ADFF07
RGB
CMYK
RGB Variations
Color information
#ADFF07 (or 0xADFF07) is known color: Spring Bud. HEX triplet: AD, FF and 07. RGB value is (173,255,7). Sum of RGB (Red+Green+Blue) = 173+255+7=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 7 (3.12% from 255 or 1.61% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF07 is #5200F8. Grayscale: #CBCBCB. Windows color (decimal): -5374201 or 524205. OLE color: 524205.
HSL color Cylindrical-coordinate representation of color #ADFF07: hue angle of 79.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADFF07 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 7 | - |
| CMYK | 0.32 | 0 | 0.97 | 0 |
| HSL | 79.84º | 1% | 0.51% | - |
| HSV(B) | 79.84º | 0.97% | 1% | - |
| XYZ | 53.03 | 80.42 | 12.93 | - |
| YUV | 202.21 | 17.83 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 7 | 0.32 | 0 | 0.97 | 0 | 79.84 | 1 | 0.51 |
| Hex | AD | FF | 7 | 20 | 0 | 61 | 0 | 50 | 64 | 33 |
| Octal | 255 | 377 | 7 | 40 | 0 | 141 | 0 | 120 | 144 | 63 |
| Binary | 10101101 | 11111111 | 111 | 100000 | 0 | 1100001 | 0 | 1010000 | 1100100 | 110011 |
Color Harmonies of #ADFF07
Complementary color
Monochromatic Colors of #ADFF07
Black with #ADFF07
Text Example
Text Example
White with #ADFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF07; }
p { color: rgb(173,255,7); }
H1.HeaderClassName
{
color: #ADFF07;
}
.AnyTagClassName
{
color: #ADFF07;
}
</style>
background-color css
<style>
a { background-color: #ADFF07; }
a { background-color: rgb(173,255,7); }
div.DivClassName
{
background-color: #ADFF07;
}
.BgClassName
{
background-color: #ADFF07;
}
</style>
border-color css
<style>
span { border-color: #ADFF07; }
span { border-color: rgb(173,255,7); }
td.TdClassName
{
border-color: #ADFF07;
}
.TagClassName
{
border-color: #ADFF07;
}
</style>