Shades of Spring Bud #ADFC11
Tints of Spring Bud #ADFC11
RGB
CMYK
RGB Variations
Color information
#ADFC11 (or 0xADFC11) is known color: Spring Bud. HEX triplet: AD, FC and 11. RGB value is (173,252,17). Sum of RGB (Red+Green+Blue) = 173+252+17=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC11 is #5203EE. Grayscale: #CACACA. Windows color (decimal): -5374959 or 1178797. OLE color: 1178797.
HSL color Cylindrical-coordinate representation of color #ADFC11: hue angle of 80.17º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADFC11 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 17 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.01 |
| HSL | 80.17º | 0.98% | 0.53% | - |
| HSV(B) | 80.17º | 0.93% | 0.99% | - |
| XYZ | 52.15 | 78.55 | 12.94 | - |
| YUV | 201.59 | 23.83 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 17 | 0.31 | 0 | 0.93 | 0.01 | 80.17 | 0.98 | 0.53 |
| Hex | AD | FC | 11 | 1F | 0 | 5D | 1 | 50 | 62 | 35 |
| Octal | 255 | 374 | 21 | 37 | 0 | 135 | 1 | 120 | 142 | 65 |
| Binary | 10101101 | 11111100 | 10001 | 11111 | 0 | 1011101 | 1 | 1010000 | 1100010 | 110101 |
Color Harmonies of #ADFC11
Complementary color
Monochromatic Colors of #ADFC11
Black with #ADFC11
Text Example
Text Example
White with #ADFC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC11; }
p { color: rgb(173,252,17); }
H1.HeaderClassName
{
color: #ADFC11;
}
.AnyTagClassName
{
color: #ADFC11;
}
</style>
background-color css
<style>
a { background-color: #ADFC11; }
a { background-color: rgb(173,252,17); }
div.DivClassName
{
background-color: #ADFC11;
}
.BgClassName
{
background-color: #ADFC11;
}
</style>
border-color css
<style>
span { border-color: #ADFC11; }
span { border-color: rgb(173,252,17); }
td.TdClassName
{
border-color: #ADFC11;
}
.TagClassName
{
border-color: #ADFC11;
}
</style>