Shades of Spring Bud #ADFF17
Tints of Spring Bud #ADFF17
RGB
CMYK
RGB Variations
Color information
#ADFF17 (or 0xADFF17) is known color: Spring Bud. HEX triplet: AD, FF and 17. RGB value is (173,255,23). Sum of RGB (Red+Green+Blue) = 173+255+23=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF17 is #5200E8. Grayscale: #CCCCCC. Windows color (decimal): -5374185 or 1572781. OLE color: 1572781.
HSL color Cylindrical-coordinate representation of color #ADFF17: hue angle of 81.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADFF17 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 23 | - |
| CMYK | 0.32 | 0 | 0.91 | 0 |
| HSL | 81.21º | 1% | 0.55% | - |
| HSV(B) | 81.21º | 0.91% | 1% | - |
| XYZ | 53.15 | 80.47 | 13.54 | - |
| YUV | 204.03 | 25.83 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 23 | 0.32 | 0 | 0.91 | 0 | 81.21 | 1 | 0.55 |
| Hex | AD | FF | 17 | 20 | 0 | 5B | 0 | 51 | 64 | 37 |
| Octal | 255 | 377 | 27 | 40 | 0 | 133 | 0 | 121 | 144 | 67 |
| Binary | 10101101 | 11111111 | 10111 | 100000 | 0 | 1011011 | 0 | 1010001 | 1100100 | 110111 |
Color Harmonies of #ADFF17
Complementary color
Monochromatic Colors of #ADFF17
Black with #ADFF17
Text Example
Text Example
White with #ADFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF17; }
p { color: rgb(173,255,23); }
H1.HeaderClassName
{
color: #ADFF17;
}
.AnyTagClassName
{
color: #ADFF17;
}
</style>
background-color css
<style>
a { background-color: #ADFF17; }
a { background-color: rgb(173,255,23); }
div.DivClassName
{
background-color: #ADFF17;
}
.BgClassName
{
background-color: #ADFF17;
}
</style>
border-color css
<style>
span { border-color: #ADFF17; }
span { border-color: rgb(173,255,23); }
td.TdClassName
{
border-color: #ADFF17;
}
.TagClassName
{
border-color: #ADFF17;
}
</style>