Shades of Spring Bud #ADF702
Tints of Spring Bud #ADF702
RGB
CMYK
RGB Variations
Color information
#ADF702 (or 0xADF702) is known color: Spring Bud. HEX triplet: AD, F7 and 02. RGB value is (173,247,2). Sum of RGB (Red+Green+Blue) = 173+247+2=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 247 (96.88% from 255 or 58.53% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF702 is #5208FD. Grayscale: #C5C5C5. Windows color (decimal): -5376254 or 194477. OLE color: 194477.
HSL color Cylindrical-coordinate representation of color #ADF702: hue angle of 78.12º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADF702 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.03 |
| HSL | 78.12º | 0.98% | 0.49% | - |
| HSV(B) | 78.12º | 0.99% | 0.97% | - |
| XYZ | 50.51 | 75.41 | 11.95 | - |
| YUV | 196.94 | 17.98 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 2 | 0.30 | 0 | 0.99 | 0.03 | 78.12 | 0.98 | 0.49 |
| Hex | AD | F7 | 2 | 1E | 0 | 63 | 3 | 4E | 62 | 31 |
| Octal | 255 | 367 | 2 | 36 | 0 | 143 | 3 | 116 | 142 | 61 |
| Binary | 10101101 | 11110111 | 10 | 11110 | 0 | 1100011 | 11 | 1001110 | 1100010 | 110001 |
Color Harmonies of #ADF702
Complementary color
Monochromatic Colors of #ADF702
Black with #ADF702
Text Example
Text Example
White with #ADF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF702; }
p { color: rgb(173,247,2); }
H1.HeaderClassName
{
color: #ADF702;
}
.AnyTagClassName
{
color: #ADF702;
}
</style>
background-color css
<style>
a { background-color: #ADF702; }
a { background-color: rgb(173,247,2); }
div.DivClassName
{
background-color: #ADF702;
}
.BgClassName
{
background-color: #ADF702;
}
</style>
border-color css
<style>
span { border-color: #ADF702; }
span { border-color: rgb(173,247,2); }
td.TdClassName
{
border-color: #ADF702;
}
.TagClassName
{
border-color: #ADF702;
}
</style>