Shades of Spring Bud #ADFF11
Tints of Spring Bud #ADFF11
RGB
CMYK
RGB Variations
Color information
#ADFF11 (or 0xADFF11) is known color: Spring Bud. HEX triplet: AD, FF and 11. RGB value is (173,255,17). Sum of RGB (Red+Green+Blue) = 173+255+17=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF11 is #5200EE. Grayscale: #CCCCCC. Windows color (decimal): -5374191 or 1179565. OLE color: 1179565.
HSL color Cylindrical-coordinate representation of color #ADFF11: hue angle of 80.67º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADFF11 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 17 | - |
| CMYK | 0.32 | 0 | 0.93 | 0 |
| HSL | 80.67º | 1% | 0.53% | - |
| HSV(B) | 80.67º | 0.93% | 1% | - |
| XYZ | 53.09 | 80.44 | 13.26 | - |
| YUV | 203.35 | 22.83 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 17 | 0.32 | 0 | 0.93 | 0 | 80.67 | 1 | 0.53 |
| Hex | AD | FF | 11 | 20 | 0 | 5D | 0 | 51 | 64 | 35 |
| Octal | 255 | 377 | 21 | 40 | 0 | 135 | 0 | 121 | 144 | 65 |
| Binary | 10101101 | 11111111 | 10001 | 100000 | 0 | 1011101 | 0 | 1010001 | 1100100 | 110101 |
Color Harmonies of #ADFF11
Complementary color
Monochromatic Colors of #ADFF11
Black with #ADFF11
Text Example
Text Example
White with #ADFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF11; }
p { color: rgb(173,255,17); }
H1.HeaderClassName
{
color: #ADFF11;
}
.AnyTagClassName
{
color: #ADFF11;
}
</style>
background-color css
<style>
a { background-color: #ADFF11; }
a { background-color: rgb(173,255,17); }
div.DivClassName
{
background-color: #ADFF11;
}
.BgClassName
{
background-color: #ADFF11;
}
</style>
border-color css
<style>
span { border-color: #ADFF11; }
span { border-color: rgb(173,255,17); }
td.TdClassName
{
border-color: #ADFF11;
}
.TagClassName
{
border-color: #ADFF11;
}
</style>