Shades of Spring Bud #ADFF06
Tints of Spring Bud #ADFF06
RGB
CMYK
RGB Variations
Color information
#ADFF06 (or 0xADFF06) is known color: Spring Bud. HEX triplet: AD, FF and 06. RGB value is (173,255,6). Sum of RGB (Red+Green+Blue) = 173+255+6=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF06 is #5200F9. Grayscale: #CBCBCB. Windows color (decimal): -5374202 or 458669. OLE color: 458669.
HSL color Cylindrical-coordinate representation of color #ADFF06: hue angle of 79.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADFF06 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 6 | - |
| CMYK | 0.32 | 0 | 0.98 | 0 |
| HSL | 79.76º | 1% | 0.51% | - |
| HSV(B) | 79.76º | 0.98% | 1% | - |
| XYZ | 53.03 | 80.42 | 12.9 | - |
| YUV | 202.1 | 17.33 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 6 | 0.32 | 0 | 0.98 | 0 | 79.76 | 1 | 0.51 |
| Hex | AD | FF | 6 | 20 | 0 | 62 | 0 | 50 | 64 | 33 |
| Octal | 255 | 377 | 6 | 40 | 0 | 142 | 0 | 120 | 144 | 63 |
| Binary | 10101101 | 11111111 | 110 | 100000 | 0 | 1100010 | 0 | 1010000 | 1100100 | 110011 |
Color Harmonies of #ADFF06
Complementary color
Monochromatic Colors of #ADFF06
Black with #ADFF06
Text Example
Text Example
White with #ADFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF06; }
p { color: rgb(173,255,6); }
H1.HeaderClassName
{
color: #ADFF06;
}
.AnyTagClassName
{
color: #ADFF06;
}
</style>
background-color css
<style>
a { background-color: #ADFF06; }
a { background-color: rgb(173,255,6); }
div.DivClassName
{
background-color: #ADFF06;
}
.BgClassName
{
background-color: #ADFF06;
}
</style>
border-color css
<style>
span { border-color: #ADFF06; }
span { border-color: rgb(173,255,6); }
td.TdClassName
{
border-color: #ADFF06;
}
.TagClassName
{
border-color: #ADFF06;
}
</style>