Shades of Spring Bud #ADF800
Tints of Spring Bud #ADF800
RGB
CMYK
RGB Variations
Color information
#ADF800 (or 0xADF800) is known color: Spring Bud. HEX triplet: AD, F8 and 00. RGB value is (173,248,0). Sum of RGB (Red+Green+Blue) = 173+248+0=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 248 (97.27% from 255 or 58.91% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF800 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF800 is #5207FF. Grayscale: #C6C6C6. Windows color (decimal): -5376000 or 63661. OLE color: 63661.
HSL color Cylindrical-coordinate representation of color #ADF800: hue angle of 78.15º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADF800 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.03 |
| HSL | 78.15º | 1% | 0.49% | - |
| HSV(B) | 78.15º | 1% | 0.97% | - |
| XYZ | 50.8 | 76.02 | 12 | - |
| YUV | 197.3 | 16.65 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 0 | 0.30 | 0 | 1 | 0.03 | 78.15 | 1 | 0.49 |
| Hex | AD | F8 | 0 | 1E | 0 | 64 | 3 | 4E | 64 | 31 |
| Octal | 255 | 370 | 0 | 36 | 0 | 144 | 3 | 116 | 144 | 61 |
| Binary | 10101101 | 11111000 | 0 | 11110 | 0 | 1100100 | 11 | 1001110 | 1100100 | 110001 |
Color Harmonies of #ADF800
Complementary color
Monochromatic Colors of #ADF800
Black with #ADF800
Text Example
Text Example
White with #ADF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF800; }
p { color: rgb(173,248,0); }
H1.HeaderClassName
{
color: #ADF800;
}
.AnyTagClassName
{
color: #ADF800;
}
</style>
background-color css
<style>
a { background-color: #ADF800; }
a { background-color: rgb(173,248,0); }
div.DivClassName
{
background-color: #ADF800;
}
.BgClassName
{
background-color: #ADF800;
}
</style>
border-color css
<style>
span { border-color: #ADF800; }
span { border-color: rgb(173,248,0); }
td.TdClassName
{
border-color: #ADF800;
}
.TagClassName
{
border-color: #ADF800;
}
</style>