Shades of Spring Bud #ADF50F
Tints of Spring Bud #ADF50F
RGB
CMYK
RGB Variations
Color information
#ADF50F (or 0xADF50F) is known color: Spring Bud. HEX triplet: AD, F5 and 0F. RGB value is (173,245,15). Sum of RGB (Red+Green+Blue) = 173+245+15=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 245 (96.09% from 255 or 56.58% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF50F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF50F is #520AF0. Grayscale: #C6C6C6. Windows color (decimal): -5376753 or 1045933. OLE color: 1045933.
HSL color Cylindrical-coordinate representation of color #ADF50F: hue angle of 78.78º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADF50F is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 15 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.04 |
| HSL | 78.78º | 0.92% | 0.51% | - |
| HSV(B) | 78.78º | 0.94% | 0.96% | - |
| XYZ | 49.97 | 74.22 | 12.14 | - |
| YUV | 197.25 | 25.15 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 15 | 0.29 | 0 | 0.94 | 0.04 | 78.78 | 0.92 | 0.51 |
| Hex | AD | F5 | F | 1D | 0 | 5E | 4 | 4F | 5C | 33 |
| Octal | 255 | 365 | 17 | 35 | 0 | 136 | 4 | 117 | 134 | 63 |
| Binary | 10101101 | 11110101 | 1111 | 11101 | 0 | 1011110 | 100 | 1001111 | 1011100 | 110011 |
Color Harmonies of #ADF50F
Complementary color
Monochromatic Colors of #ADF50F
Black with #ADF50F
Text Example
Text Example
White with #ADF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF50F; }
p { color: rgb(173,245,15); }
H1.HeaderClassName
{
color: #ADF50F;
}
.AnyTagClassName
{
color: #ADF50F;
}
</style>
background-color css
<style>
a { background-color: #ADF50F; }
a { background-color: rgb(173,245,15); }
div.DivClassName
{
background-color: #ADF50F;
}
.BgClassName
{
background-color: #ADF50F;
}
</style>
border-color css
<style>
span { border-color: #ADF50F; }
span { border-color: rgb(173,245,15); }
td.TdClassName
{
border-color: #ADF50F;
}
.TagClassName
{
border-color: #ADF50F;
}
</style>