Shades of Spring Bud #ADF303
Tints of Spring Bud #ADF303
RGB
CMYK
RGB Variations
Color information
#ADF303 (or 0xADF303) is known color: Spring Bud. HEX triplet: AD, F3 and 03. RGB value is (173,243,3). Sum of RGB (Red+Green+Blue) = 173+243+3=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 243 (95.31% from 255 or 58.00% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF303 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF303 is #520CFC. Grayscale: #C3C3C3. Windows color (decimal): -5377277 or 258989. OLE color: 258989.
HSL color Cylindrical-coordinate representation of color #ADF303: hue angle of 77.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADF303 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.05 |
| HSL | 77.5º | 0.98% | 0.48% | - |
| HSV(B) | 77.5º | 0.99% | 0.95% | - |
| XYZ | 49.3 | 72.99 | 11.58 | - |
| YUV | 194.71 | 19.81 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 3 | 0.29 | 0 | 0.99 | 0.05 | 77.5 | 0.98 | 0.48 |
| Hex | AD | F3 | 3 | 1D | 0 | 63 | 5 | 4E | 62 | 30 |
| Octal | 255 | 363 | 3 | 35 | 0 | 143 | 5 | 116 | 142 | 60 |
| Binary | 10101101 | 11110011 | 11 | 11101 | 0 | 1100011 | 101 | 1001110 | 1100010 | 110000 |
Color Harmonies of #ADF303
Complementary color
Monochromatic Colors of #ADF303
Black with #ADF303
Text Example
Text Example
White with #ADF303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF303; }
p { color: rgb(173,243,3); }
H1.HeaderClassName
{
color: #ADF303;
}
.AnyTagClassName
{
color: #ADF303;
}
</style>
background-color css
<style>
a { background-color: #ADF303; }
a { background-color: rgb(173,243,3); }
div.DivClassName
{
background-color: #ADF303;
}
.BgClassName
{
background-color: #ADF303;
}
</style>
border-color css
<style>
span { border-color: #ADF303; }
span { border-color: rgb(173,243,3); }
td.TdClassName
{
border-color: #ADF303;
}
.TagClassName
{
border-color: #ADF303;
}
</style>