Shades of Spring Bud #ADF508
Tints of Spring Bud #ADF508
RGB
CMYK
RGB Variations
Color information
#ADF508 (or 0xADF508) is known color: Spring Bud. HEX triplet: AD, F5 and 08. RGB value is (173,245,8). Sum of RGB (Red+Green+Blue) = 173+245+8=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 245 (96.09% from 255 or 57.51% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF508 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF508 is #520AF7. Grayscale: #C5C5C5. Windows color (decimal): -5376760 or 587181. OLE color: 587181.
HSL color Cylindrical-coordinate representation of color #ADF508: hue angle of 78.23º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADF508 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 8 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.04 |
| HSL | 78.23º | 0.94% | 0.5% | - |
| HSV(B) | 78.23º | 0.97% | 0.96% | - |
| XYZ | 49.93 | 74.21 | 11.92 | - |
| YUV | 196.45 | 21.65 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 8 | 0.29 | 0 | 0.97 | 0.04 | 78.23 | 0.94 | 0.5 |
| Hex | AD | F5 | 8 | 1D | 0 | 61 | 4 | 4E | 5E | 32 |
| Octal | 255 | 365 | 10 | 35 | 0 | 141 | 4 | 116 | 136 | 62 |
| Binary | 10101101 | 11110101 | 1000 | 11101 | 0 | 1100001 | 100 | 1001110 | 1011110 | 110010 |
Color Harmonies of #ADF508
Complementary color
Monochromatic Colors of #ADF508
Black with #ADF508
Text Example
Text Example
White with #ADF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF508; }
p { color: rgb(173,245,8); }
H1.HeaderClassName
{
color: #ADF508;
}
.AnyTagClassName
{
color: #ADF508;
}
</style>
background-color css
<style>
a { background-color: #ADF508; }
a { background-color: rgb(173,245,8); }
div.DivClassName
{
background-color: #ADF508;
}
.BgClassName
{
background-color: #ADF508;
}
</style>
border-color css
<style>
span { border-color: #ADF508; }
span { border-color: rgb(173,245,8); }
td.TdClassName
{
border-color: #ADF508;
}
.TagClassName
{
border-color: #ADF508;
}
</style>