Shades of Spring Bud #ADF300
Tints of Spring Bud #ADF300
RGB
CMYK
RGB Variations
Color information
#ADF300 (or 0xADF300) is known color: Spring Bud. HEX triplet: AD, F3 and 00. RGB value is (173,243,0). Sum of RGB (Red+Green+Blue) = 173+243+0=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 243 (95.31% from 255 or 58.41% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF300 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF300 is #520CFF. Grayscale: #C3C3C3. Windows color (decimal): -5377280 or 62381. OLE color: 62381.
HSL color Cylindrical-coordinate representation of color #ADF300: hue angle of 77.28º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADF300 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.05 |
| HSL | 77.28º | 1% | 0.48% | - |
| HSV(B) | 77.28º | 1% | 0.95% | - |
| XYZ | 49.28 | 72.99 | 11.49 | - |
| YUV | 194.37 | 18.31 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 0 | 0.29 | 0 | 1 | 0.05 | 77.28 | 1 | 0.48 |
| Hex | AD | F3 | 0 | 1D | 0 | 64 | 5 | 4D | 64 | 30 |
| Octal | 255 | 363 | 0 | 35 | 0 | 144 | 5 | 115 | 144 | 60 |
| Binary | 10101101 | 11110011 | 0 | 11101 | 0 | 1100100 | 101 | 1001101 | 1100100 | 110000 |
Color Harmonies of #ADF300
Complementary color
Monochromatic Colors of #ADF300
Black with #ADF300
Text Example
Text Example
White with #ADF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF300; }
p { color: rgb(173,243,0); }
H1.HeaderClassName
{
color: #ADF300;
}
.AnyTagClassName
{
color: #ADF300;
}
</style>
background-color css
<style>
a { background-color: #ADF300; }
a { background-color: rgb(173,243,0); }
div.DivClassName
{
background-color: #ADF300;
}
.BgClassName
{
background-color: #ADF300;
}
</style>
border-color css
<style>
span { border-color: #ADF300; }
span { border-color: rgb(173,243,0); }
td.TdClassName
{
border-color: #ADF300;
}
.TagClassName
{
border-color: #ADF300;
}
</style>