Shades of Spring Bud #ADFD16
Tints of Spring Bud #ADFD16
RGB
CMYK
RGB Variations
Color information
#ADFD16 (or 0xADFD16) is known color: Spring Bud. HEX triplet: AD, FD and 16. RGB value is (173,253,22). Sum of RGB (Red+Green+Blue) = 173+253+22=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 253 (99.22% from 255 or 56.47% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFD16 is #5202E9. Grayscale: #CBCBCB. Windows color (decimal): -5374698 or 1506733. OLE color: 1506733.
HSL color Cylindrical-coordinate representation of color #ADFD16: hue angle of 80.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADFD16 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 22 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.01 |
| HSL | 80.78º | 0.98% | 0.54% | - |
| HSV(B) | 80.78º | 0.91% | 0.99% | - |
| XYZ | 52.5 | 79.19 | 13.28 | - |
| YUV | 202.75 | 26 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 22 | 0.32 | 0 | 0.91 | 0.01 | 80.78 | 0.98 | 0.54 |
| Hex | AD | FD | 16 | 20 | 0 | 5B | 1 | 51 | 62 | 36 |
| Octal | 255 | 375 | 26 | 40 | 0 | 133 | 1 | 121 | 142 | 66 |
| Binary | 10101101 | 11111101 | 10110 | 100000 | 0 | 1011011 | 1 | 1010001 | 1100010 | 110110 |
Color Harmonies of #ADFD16
Complementary color
Monochromatic Colors of #ADFD16
Black with #ADFD16
Text Example
Text Example
White with #ADFD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD16; }
p { color: rgb(173,253,22); }
H1.HeaderClassName
{
color: #ADFD16;
}
.AnyTagClassName
{
color: #ADFD16;
}
</style>
background-color css
<style>
a { background-color: #ADFD16; }
a { background-color: rgb(173,253,22); }
div.DivClassName
{
background-color: #ADFD16;
}
.BgClassName
{
background-color: #ADFD16;
}
</style>
border-color css
<style>
span { border-color: #ADFD16; }
span { border-color: rgb(173,253,22); }
td.TdClassName
{
border-color: #ADFD16;
}
.TagClassName
{
border-color: #ADFD16;
}
</style>