Shades of Spring Bud #ADF105
Tints of Spring Bud #ADF105
RGB
CMYK
RGB Variations
Color information
#ADF105 (or 0xADF105) is known color: Spring Bud. HEX triplet: AD, F1 and 05. RGB value is (173,241,5). Sum of RGB (Red+Green+Blue) = 173+241+5=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF105 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF105 is #520EFA. Grayscale: #C2C2C2. Windows color (decimal): -5377787 or 389549. OLE color: 389549.
HSL color Cylindrical-coordinate representation of color #ADF105: hue angle of 77.29º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADF105 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.05 |
| HSL | 77.29º | 0.96% | 0.48% | - |
| HSV(B) | 77.29º | 0.98% | 0.95% | - |
| XYZ | 48.72 | 71.81 | 11.44 | - |
| YUV | 193.76 | 21.47 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 5 | 0.28 | 0 | 0.98 | 0.05 | 77.29 | 0.96 | 0.48 |
| Hex | AD | F1 | 5 | 1C | 0 | 62 | 5 | 4D | 60 | 30 |
| Octal | 255 | 361 | 5 | 34 | 0 | 142 | 5 | 115 | 140 | 60 |
| Binary | 10101101 | 11110001 | 101 | 11100 | 0 | 1100010 | 101 | 1001101 | 1100000 | 110000 |
Color Harmonies of #ADF105
Complementary color
Monochromatic Colors of #ADF105
Black with #ADF105
Text Example
Text Example
White with #ADF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF105; }
p { color: rgb(173,241,5); }
H1.HeaderClassName
{
color: #ADF105;
}
.AnyTagClassName
{
color: #ADF105;
}
</style>
background-color css
<style>
a { background-color: #ADF105; }
a { background-color: rgb(173,241,5); }
div.DivClassName
{
background-color: #ADF105;
}
.BgClassName
{
background-color: #ADF105;
}
</style>
border-color css
<style>
span { border-color: #ADF105; }
span { border-color: rgb(173,241,5); }
td.TdClassName
{
border-color: #ADF105;
}
.TagClassName
{
border-color: #ADF105;
}
</style>