Shades of Spring Bud #ADFF0B
Tints of Spring Bud #ADFF0B
RGB
CMYK
RGB Variations
Color information
#ADFF0B (or 0xADFF0B) is known color: Spring Bud. HEX triplet: AD, FF and 0B. RGB value is (173,255,11). Sum of RGB (Red+Green+Blue) = 173+255+11=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF0B is #5200F4. Grayscale: #CBCBCB. Windows color (decimal): -5374197 or 786349. OLE color: 786349.
HSL color Cylindrical-coordinate representation of color #ADFF0B: hue angle of 80.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADFF0B is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 11 | - |
| CMYK | 0.32 | 0 | 0.96 | 0 |
| HSL | 80.16º | 1% | 0.52% | - |
| HSV(B) | 80.16º | 0.96% | 1% | - |
| XYZ | 53.05 | 80.43 | 13.04 | - |
| YUV | 202.67 | 19.83 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 11 | 0.32 | 0 | 0.96 | 0 | 80.16 | 1 | 0.52 |
| Hex | AD | FF | B | 20 | 0 | 60 | 0 | 50 | 64 | 34 |
| Octal | 255 | 377 | 13 | 40 | 0 | 140 | 0 | 120 | 144 | 64 |
| Binary | 10101101 | 11111111 | 1011 | 100000 | 0 | 1100000 | 0 | 1010000 | 1100100 | 110100 |
Color Harmonies of #ADFF0B
Complementary color
Monochromatic Colors of #ADFF0B
Black with #ADFF0B
Text Example
Text Example
White with #ADFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF0B; }
p { color: rgb(173,255,11); }
H1.HeaderClassName
{
color: #ADFF0B;
}
.AnyTagClassName
{
color: #ADFF0B;
}
</style>
background-color css
<style>
a { background-color: #ADFF0B; }
a { background-color: rgb(173,255,11); }
div.DivClassName
{
background-color: #ADFF0B;
}
.BgClassName
{
background-color: #ADFF0B;
}
</style>
border-color css
<style>
span { border-color: #ADFF0B; }
span { border-color: rgb(173,255,11); }
td.TdClassName
{
border-color: #ADFF0B;
}
.TagClassName
{
border-color: #ADFF0B;
}
</style>