Shades of Spring Bud #ADF308
Tints of Spring Bud #ADF308
RGB
CMYK
RGB Variations
Color information
#ADF308 (or 0xADF308) is known color: Spring Bud. HEX triplet: AD, F3 and 08. RGB value is (173,243,8). Sum of RGB (Red+Green+Blue) = 173+243+8=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 243 (95.31% from 255 or 57.31% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF308 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF308 is #520CF7. Grayscale: #C4C4C4. Windows color (decimal): -5377272 or 586669. OLE color: 586669.
HSL color Cylindrical-coordinate representation of color #ADF308: hue angle of 77.87º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADF308 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 8 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.05 |
| HSL | 77.87º | 0.94% | 0.49% | - |
| HSV(B) | 77.87º | 0.97% | 0.95% | - |
| XYZ | 49.33 | 73 | 11.72 | - |
| YUV | 195.28 | 22.31 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 8 | 0.29 | 0 | 0.97 | 0.05 | 77.87 | 0.94 | 0.49 |
| Hex | AD | F3 | 8 | 1D | 0 | 61 | 5 | 4E | 5E | 31 |
| Octal | 255 | 363 | 10 | 35 | 0 | 141 | 5 | 116 | 136 | 61 |
| Binary | 10101101 | 11110011 | 1000 | 11101 | 0 | 1100001 | 101 | 1001110 | 1011110 | 110001 |
Color Harmonies of #ADF308
Complementary color
Monochromatic Colors of #ADF308
Black with #ADF308
Text Example
Text Example
White with #ADF308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF308; }
p { color: rgb(173,243,8); }
H1.HeaderClassName
{
color: #ADF308;
}
.AnyTagClassName
{
color: #ADF308;
}
</style>
background-color css
<style>
a { background-color: #ADF308; }
a { background-color: rgb(173,243,8); }
div.DivClassName
{
background-color: #ADF308;
}
.BgClassName
{
background-color: #ADF308;
}
</style>
border-color css
<style>
span { border-color: #ADF308; }
span { border-color: rgb(173,243,8); }
td.TdClassName
{
border-color: #ADF308;
}
.TagClassName
{
border-color: #ADF308;
}
</style>