Shades of Spring Bud #ADF204
Tints of Spring Bud #ADF204
RGB
CMYK
RGB Variations
Color information
#ADF204 (or 0xADF204) is known color: Spring Bud. HEX triplet: AD, F2 and 04. RGB value is (173,242,4). Sum of RGB (Red+Green+Blue) = 173+242+4=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF204 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF204 is #520DFB. Grayscale: #C3C3C3. Windows color (decimal): -5377532 or 324269. OLE color: 324269.
HSL color Cylindrical-coordinate representation of color #ADF204: hue angle of 77.39º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADF204 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.05 |
| HSL | 77.39º | 0.97% | 0.48% | - |
| HSV(B) | 77.39º | 0.98% | 0.95% | - |
| XYZ | 49.01 | 72.4 | 11.51 | - |
| YUV | 194.24 | 20.64 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 4 | 0.29 | 0 | 0.98 | 0.05 | 77.39 | 0.97 | 0.48 |
| Hex | AD | F2 | 4 | 1D | 0 | 62 | 5 | 4D | 61 | 30 |
| Octal | 255 | 362 | 4 | 35 | 0 | 142 | 5 | 115 | 141 | 60 |
| Binary | 10101101 | 11110010 | 100 | 11101 | 0 | 1100010 | 101 | 1001101 | 1100001 | 110000 |
Color Harmonies of #ADF204
Complementary color
Monochromatic Colors of #ADF204
Black with #ADF204
Text Example
Text Example
White with #ADF204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF204; }
p { color: rgb(173,242,4); }
H1.HeaderClassName
{
color: #ADF204;
}
.AnyTagClassName
{
color: #ADF204;
}
</style>
background-color css
<style>
a { background-color: #ADF204; }
a { background-color: rgb(173,242,4); }
div.DivClassName
{
background-color: #ADF204;
}
.BgClassName
{
background-color: #ADF204;
}
</style>
border-color css
<style>
span { border-color: #ADF204; }
span { border-color: rgb(173,242,4); }
td.TdClassName
{
border-color: #ADF204;
}
.TagClassName
{
border-color: #ADF204;
}
</style>