Shades of Spring Bud #ADFC01
Tints of Spring Bud #ADFC01
RGB
CMYK
RGB Variations
Color information
#ADFC01 (or 0xADFC01) is known color: Spring Bud. HEX triplet: AD, FC and 01. RGB value is (173,252,1). Sum of RGB (Red+Green+Blue) = 173+252+1=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC01 is #5203FE. Grayscale: #C8C8C8. Windows color (decimal): -5374975 or 130221. OLE color: 130221.
HSL color Cylindrical-coordinate representation of color #ADFC01: hue angle of 78.88º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADFC01 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 1 | - |
| CMYK | 0.31 | 0 | 1.00 | 0.01 |
| HSL | 78.88º | 0.99% | 0.5% | - |
| HSV(B) | 78.88º | 1% | 0.99% | - |
| XYZ | 52.05 | 78.51 | 12.44 | - |
| YUV | 199.77 | 15.83 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 1 | 0.31 | 0 | 1.00 | 0.01 | 78.88 | 0.99 | 0.5 |
| Hex | AD | FC | 1 | 1F | 0 | 64 | 1 | 4F | 63 | 32 |
| Octal | 255 | 374 | 1 | 37 | 0 | 144 | 1 | 117 | 143 | 62 |
| Binary | 10101101 | 11111100 | 1 | 11111 | 0 | 1100100 | 1 | 1001111 | 1100011 | 110010 |
Color Harmonies of #ADFC01
Complementary color
Monochromatic Colors of #ADFC01
Black with #ADFC01
Text Example
Text Example
White with #ADFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC01; }
p { color: rgb(173,252,1); }
H1.HeaderClassName
{
color: #ADFC01;
}
.AnyTagClassName
{
color: #ADFC01;
}
</style>
background-color css
<style>
a { background-color: #ADFC01; }
a { background-color: rgb(173,252,1); }
div.DivClassName
{
background-color: #ADFC01;
}
.BgClassName
{
background-color: #ADFC01;
}
</style>
border-color css
<style>
span { border-color: #ADFC01; }
span { border-color: rgb(173,252,1); }
td.TdClassName
{
border-color: #ADFC01;
}
.TagClassName
{
border-color: #ADFC01;
}
</style>