Shades of Spring Bud #ADF101
Tints of Spring Bud #ADF101
RGB
CMYK
RGB Variations
Color information
#ADF101 (or 0xADF101) is known color: Spring Bud. HEX triplet: AD, F1 and 01. RGB value is (173,241,1). Sum of RGB (Red+Green+Blue) = 173+241+1=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 241 (94.53% from 255 or 58.07% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF101 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF101 is #520EFE. Grayscale: #C2C2C2. Windows color (decimal): -5377791 or 127405. OLE color: 127405.
HSL color Cylindrical-coordinate representation of color #ADF101: hue angle of 77º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADF101 is Cyan = 0.28, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 1 | - |
| CMYK | 0.28 | 0 | 1.00 | 0.05 |
| HSL | 77º | 0.99% | 0.47% | - |
| HSV(B) | 77º | 1% | 0.95% | - |
| XYZ | 48.69 | 71.8 | 11.32 | - |
| YUV | 193.31 | 19.47 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 1 | 0.28 | 0 | 1.00 | 0.05 | 77 | 0.99 | 0.47 |
| Hex | AD | F1 | 1 | 1C | 0 | 64 | 5 | 4D | 63 | 2F |
| Octal | 255 | 361 | 1 | 34 | 0 | 144 | 5 | 115 | 143 | 57 |
| Binary | 10101101 | 11110001 | 1 | 11100 | 0 | 1100100 | 101 | 1001101 | 1100011 | 101111 |
Color Harmonies of #ADF101
Complementary color
Monochromatic Colors of #ADF101
Black with #ADF101
Text Example
Text Example
White with #ADF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF101; }
p { color: rgb(173,241,1); }
H1.HeaderClassName
{
color: #ADF101;
}
.AnyTagClassName
{
color: #ADF101;
}
</style>
background-color css
<style>
a { background-color: #ADF101; }
a { background-color: rgb(173,241,1); }
div.DivClassName
{
background-color: #ADF101;
}
.BgClassName
{
background-color: #ADF101;
}
</style>
border-color css
<style>
span { border-color: #ADF101; }
span { border-color: rgb(173,241,1); }
td.TdClassName
{
border-color: #ADF101;
}
.TagClassName
{
border-color: #ADF101;
}
</style>