Shades of Spring Bud #ADF70F
Tints of Spring Bud #ADF70F
RGB
CMYK
RGB Variations
Color information
#ADF70F (or 0xADF70F) is known color: Spring Bud. HEX triplet: AD, F7 and 0F. RGB value is (173,247,15). Sum of RGB (Red+Green+Blue) = 173+247+15=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 247 (96.88% from 255 or 56.78% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF70F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF70F is #5208F0. Grayscale: #C7C7C7. Windows color (decimal): -5376241 or 1046445. OLE color: 1046445.
HSL color Cylindrical-coordinate representation of color #ADF70F: hue angle of 79.14º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADF70F is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 15 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.03 |
| HSL | 79.14º | 0.94% | 0.51% | - |
| HSV(B) | 79.14º | 0.94% | 0.97% | - |
| XYZ | 50.58 | 75.44 | 12.35 | - |
| YUV | 198.43 | 24.48 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 15 | 0.30 | 0 | 0.94 | 0.03 | 79.14 | 0.94 | 0.51 |
| Hex | AD | F7 | F | 1E | 0 | 5E | 3 | 4F | 5E | 33 |
| Octal | 255 | 367 | 17 | 36 | 0 | 136 | 3 | 117 | 136 | 63 |
| Binary | 10101101 | 11110111 | 1111 | 11110 | 0 | 1011110 | 11 | 1001111 | 1011110 | 110011 |
Color Harmonies of #ADF70F
Complementary color
Monochromatic Colors of #ADF70F
Black with #ADF70F
Text Example
Text Example
White with #ADF70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF70F; }
p { color: rgb(173,247,15); }
H1.HeaderClassName
{
color: #ADF70F;
}
.AnyTagClassName
{
color: #ADF70F;
}
</style>
background-color css
<style>
a { background-color: #ADF70F; }
a { background-color: rgb(173,247,15); }
div.DivClassName
{
background-color: #ADF70F;
}
.BgClassName
{
background-color: #ADF70F;
}
</style>
border-color css
<style>
span { border-color: #ADF70F; }
span { border-color: rgb(173,247,15); }
td.TdClassName
{
border-color: #ADF70F;
}
.TagClassName
{
border-color: #ADF70F;
}
</style>