Shades of Spring Bud #ADF70B
Tints of Spring Bud #ADF70B
RGB
CMYK
RGB Variations
Color information
#ADF70B (or 0xADF70B) is known color: Spring Bud. HEX triplet: AD, F7 and 0B. RGB value is (173,247,11). Sum of RGB (Red+Green+Blue) = 173+247+11=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 247 (96.88% from 255 or 57.31% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF70B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF70B is #5208F4. Grayscale: #C6C6C6. Windows color (decimal): -5376245 or 784301. OLE color: 784301.
HSL color Cylindrical-coordinate representation of color #ADF70B: hue angle of 78.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADF70B is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 11 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.03 |
| HSL | 78.81º | 0.94% | 0.51% | - |
| HSV(B) | 78.81º | 0.96% | 0.97% | - |
| XYZ | 50.55 | 75.43 | 12.21 | - |
| YUV | 197.97 | 22.48 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 11 | 0.30 | 0 | 0.96 | 0.03 | 78.81 | 0.94 | 0.51 |
| Hex | AD | F7 | B | 1E | 0 | 60 | 3 | 4F | 5E | 33 |
| Octal | 255 | 367 | 13 | 36 | 0 | 140 | 3 | 117 | 136 | 63 |
| Binary | 10101101 | 11110111 | 1011 | 11110 | 0 | 1100000 | 11 | 1001111 | 1011110 | 110011 |
Color Harmonies of #ADF70B
Complementary color
Monochromatic Colors of #ADF70B
Black with #ADF70B
Text Example
Text Example
White with #ADF70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF70B; }
p { color: rgb(173,247,11); }
H1.HeaderClassName
{
color: #ADF70B;
}
.AnyTagClassName
{
color: #ADF70B;
}
</style>
background-color css
<style>
a { background-color: #ADF70B; }
a { background-color: rgb(173,247,11); }
div.DivClassName
{
background-color: #ADF70B;
}
.BgClassName
{
background-color: #ADF70B;
}
</style>
border-color css
<style>
span { border-color: #ADF70B; }
span { border-color: rgb(173,247,11); }
td.TdClassName
{
border-color: #ADF70B;
}
.TagClassName
{
border-color: #ADF70B;
}
</style>