Shades of Spring Bud #ADF50D
Tints of Spring Bud #ADF50D
RGB
CMYK
RGB Variations
Color information
#ADF50D (or 0xADF50D) is known color: Spring Bud. HEX triplet: AD, F5 and 0D. RGB value is (173,245,13). Sum of RGB (Red+Green+Blue) = 173+245+13=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 245 (96.09% from 255 or 56.84% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF50D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF50D is #520AF2. Grayscale: #C5C5C5. Windows color (decimal): -5376755 or 914861. OLE color: 914861.
HSL color Cylindrical-coordinate representation of color #ADF50D: hue angle of 78.62º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADF50D is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 13 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.04 |
| HSL | 78.62º | 0.92% | 0.51% | - |
| HSV(B) | 78.62º | 0.95% | 0.96% | - |
| XYZ | 49.96 | 74.22 | 12.07 | - |
| YUV | 197.02 | 24.15 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 13 | 0.29 | 0 | 0.95 | 0.04 | 78.62 | 0.92 | 0.51 |
| Hex | AD | F5 | D | 1D | 0 | 5F | 4 | 4F | 5C | 33 |
| Octal | 255 | 365 | 15 | 35 | 0 | 137 | 4 | 117 | 134 | 63 |
| Binary | 10101101 | 11110101 | 1101 | 11101 | 0 | 1011111 | 100 | 1001111 | 1011100 | 110011 |
Color Harmonies of #ADF50D
Complementary color
Monochromatic Colors of #ADF50D
Black with #ADF50D
Text Example
Text Example
White with #ADF50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF50D; }
p { color: rgb(173,245,13); }
H1.HeaderClassName
{
color: #ADF50D;
}
.AnyTagClassName
{
color: #ADF50D;
}
</style>
background-color css
<style>
a { background-color: #ADF50D; }
a { background-color: rgb(173,245,13); }
div.DivClassName
{
background-color: #ADF50D;
}
.BgClassName
{
background-color: #ADF50D;
}
</style>
border-color css
<style>
span { border-color: #ADF50D; }
span { border-color: rgb(173,245,13); }
td.TdClassName
{
border-color: #ADF50D;
}
.TagClassName
{
border-color: #ADF50D;
}
</style>