Shades of Spring Bud #ADF50B
Tints of Spring Bud #ADF50B
RGB
CMYK
RGB Variations
Color information
#ADF50B (or 0xADF50B) is known color: Spring Bud. HEX triplet: AD, F5 and 0B. RGB value is (173,245,11). Sum of RGB (Red+Green+Blue) = 173+245+11=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 245 (96.09% from 255 or 57.11% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF50B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF50B is #520AF4. Grayscale: #C5C5C5. Windows color (decimal): -5376757 or 783789. OLE color: 783789.
HSL color Cylindrical-coordinate representation of color #ADF50B: hue angle of 78.46º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADF50B is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 11 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.04 |
| HSL | 78.46º | 0.92% | 0.5% | - |
| HSV(B) | 78.46º | 0.96% | 0.96% | - |
| XYZ | 49.95 | 74.21 | 12.01 | - |
| YUV | 196.8 | 23.15 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 11 | 0.29 | 0 | 0.96 | 0.04 | 78.46 | 0.92 | 0.5 |
| Hex | AD | F5 | B | 1D | 0 | 60 | 4 | 4E | 5C | 32 |
| Octal | 255 | 365 | 13 | 35 | 0 | 140 | 4 | 116 | 134 | 62 |
| Binary | 10101101 | 11110101 | 1011 | 11101 | 0 | 1100000 | 100 | 1001110 | 1011100 | 110010 |
Color Harmonies of #ADF50B
Complementary color
Monochromatic Colors of #ADF50B
Black with #ADF50B
Text Example
Text Example
White with #ADF50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF50B; }
p { color: rgb(173,245,11); }
H1.HeaderClassName
{
color: #ADF50B;
}
.AnyTagClassName
{
color: #ADF50B;
}
</style>
background-color css
<style>
a { background-color: #ADF50B; }
a { background-color: rgb(173,245,11); }
div.DivClassName
{
background-color: #ADF50B;
}
.BgClassName
{
background-color: #ADF50B;
}
</style>
border-color css
<style>
span { border-color: #ADF50B; }
span { border-color: rgb(173,245,11); }
td.TdClassName
{
border-color: #ADF50B;
}
.TagClassName
{
border-color: #ADF50B;
}
</style>