Shades of Spring Bud #ADF601
Tints of Spring Bud #ADF601
RGB
CMYK
RGB Variations
Color information
#ADF601 (or 0xADF601) is known color: Spring Bud. HEX triplet: AD, F6 and 01. RGB value is (173,246,1). Sum of RGB (Red+Green+Blue) = 173+246+1=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 246 (96.48% from 255 or 58.57% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF601 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF601 is #5209FE. Grayscale: #C5C5C5. Windows color (decimal): -5376511 or 128685. OLE color: 128685.
HSL color Cylindrical-coordinate representation of color #ADF601: hue angle of 77.88º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADF601 is Cyan = 0.30, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 1 | - |
| CMYK | 0.30 | 0 | 1.00 | 0.04 |
| HSL | 77.88º | 0.99% | 0.48% | - |
| HSV(B) | 77.88º | 1% | 0.96% | - |
| XYZ | 50.19 | 74.8 | 11.82 | - |
| YUV | 196.24 | 17.82 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 1 | 0.30 | 0 | 1.00 | 0.04 | 77.88 | 0.99 | 0.48 |
| Hex | AD | F6 | 1 | 1E | 0 | 64 | 4 | 4E | 63 | 30 |
| Octal | 255 | 366 | 1 | 36 | 0 | 144 | 4 | 116 | 143 | 60 |
| Binary | 10101101 | 11110110 | 1 | 11110 | 0 | 1100100 | 100 | 1001110 | 1100011 | 110000 |
Color Harmonies of #ADF601
Complementary color
Monochromatic Colors of #ADF601
Black with #ADF601
Text Example
Text Example
White with #ADF601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF601; }
p { color: rgb(173,246,1); }
H1.HeaderClassName
{
color: #ADF601;
}
.AnyTagClassName
{
color: #ADF601;
}
</style>
background-color css
<style>
a { background-color: #ADF601; }
a { background-color: rgb(173,246,1); }
div.DivClassName
{
background-color: #ADF601;
}
.BgClassName
{
background-color: #ADF601;
}
</style>
border-color css
<style>
span { border-color: #ADF601; }
span { border-color: rgb(173,246,1); }
td.TdClassName
{
border-color: #ADF601;
}
.TagClassName
{
border-color: #ADF601;
}
</style>