Shades of Spring Bud #ADF502
Tints of Spring Bud #ADF502
RGB
CMYK
RGB Variations
Color information
#ADF502 (or 0xADF502) is known color: Spring Bud. HEX triplet: AD, F5 and 02. RGB value is (173,245,2). Sum of RGB (Red+Green+Blue) = 173+245+2=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 245 (96.09% from 255 or 58.33% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF502 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF502 is #520AFD. Grayscale: #C4C4C4. Windows color (decimal): -5376766 or 193965. OLE color: 193965.
HSL color Cylindrical-coordinate representation of color #ADF502: hue angle of 77.78º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADF502 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.04 |
| HSL | 77.78º | 0.98% | 0.48% | - |
| HSV(B) | 77.78º | 0.99% | 0.96% | - |
| XYZ | 49.9 | 74.19 | 11.75 | - |
| YUV | 195.77 | 18.65 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 2 | 0.29 | 0 | 0.99 | 0.04 | 77.78 | 0.98 | 0.48 |
| Hex | AD | F5 | 2 | 1D | 0 | 63 | 4 | 4E | 62 | 30 |
| Octal | 255 | 365 | 2 | 35 | 0 | 143 | 4 | 116 | 142 | 60 |
| Binary | 10101101 | 11110101 | 10 | 11101 | 0 | 1100011 | 100 | 1001110 | 1100010 | 110000 |
Color Harmonies of #ADF502
Complementary color
Monochromatic Colors of #ADF502
Black with #ADF502
Text Example
Text Example
White with #ADF502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF502; }
p { color: rgb(173,245,2); }
H1.HeaderClassName
{
color: #ADF502;
}
.AnyTagClassName
{
color: #ADF502;
}
</style>
background-color css
<style>
a { background-color: #ADF502; }
a { background-color: rgb(173,245,2); }
div.DivClassName
{
background-color: #ADF502;
}
.BgClassName
{
background-color: #ADF502;
}
</style>
border-color css
<style>
span { border-color: #ADF502; }
span { border-color: rgb(173,245,2); }
td.TdClassName
{
border-color: #ADF502;
}
.TagClassName
{
border-color: #ADF502;
}
</style>