Shades of Spring Bud #ADF402
Tints of Spring Bud #ADF402
RGB
CMYK
RGB Variations
Color information
#ADF402 (or 0xADF402) is known color: Spring Bud. HEX triplet: AD, F4 and 02. RGB value is (173,244,2). Sum of RGB (Red+Green+Blue) = 173+244+2=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 244 (95.70% from 255 or 58.23% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF402 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF402 is #520BFD. Grayscale: #C4C4C4. Windows color (decimal): -5377022 or 193709. OLE color: 193709.
HSL color Cylindrical-coordinate representation of color #ADF402: hue angle of 77.6º 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 #ADF402 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.04 |
| HSL | 77.6º | 0.98% | 0.48% | - |
| HSV(B) | 77.6º | 0.99% | 0.96% | - |
| XYZ | 49.6 | 73.59 | 11.65 | - |
| YUV | 195.18 | 18.98 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 2 | 0.29 | 0 | 0.99 | 0.04 | 77.6 | 0.98 | 0.48 |
| Hex | AD | F4 | 2 | 1D | 0 | 63 | 4 | 4E | 62 | 30 |
| Octal | 255 | 364 | 2 | 35 | 0 | 143 | 4 | 116 | 142 | 60 |
| Binary | 10101101 | 11110100 | 10 | 11101 | 0 | 1100011 | 100 | 1001110 | 1100010 | 110000 |
Color Harmonies of #ADF402
Complementary color
Monochromatic Colors of #ADF402
Black with #ADF402
Text Example
Text Example
White with #ADF402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF402; }
p { color: rgb(173,244,2); }
H1.HeaderClassName
{
color: #ADF402;
}
.AnyTagClassName
{
color: #ADF402;
}
</style>
background-color css
<style>
a { background-color: #ADF402; }
a { background-color: rgb(173,244,2); }
div.DivClassName
{
background-color: #ADF402;
}
.BgClassName
{
background-color: #ADF402;
}
</style>
border-color css
<style>
span { border-color: #ADF402; }
span { border-color: rgb(173,244,2); }
td.TdClassName
{
border-color: #ADF402;
}
.TagClassName
{
border-color: #ADF402;
}
</style>