Shades of Spring Bud #ADF80B
Tints of Spring Bud #ADF80B
RGB
CMYK
RGB Variations
Color information
#ADF80B (or 0xADF80B) is known color: Spring Bud. HEX triplet: AD, F8 and 0B. RGB value is (173,248,11). Sum of RGB (Red+Green+Blue) = 173+248+11=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 248 (97.27% from 255 or 57.41% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF80B is #5207F4. Grayscale: #C7C7C7. Windows color (decimal): -5375989 or 784557. OLE color: 784557.
HSL color Cylindrical-coordinate representation of color #ADF80B: hue angle of 78.99º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADF80B is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 11 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.03 |
| HSL | 78.99º | 0.94% | 0.51% | - |
| HSV(B) | 78.99º | 0.96% | 0.97% | - |
| XYZ | 50.86 | 76.04 | 12.31 | - |
| YUV | 198.56 | 22.15 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 11 | 0.30 | 0 | 0.96 | 0.03 | 78.99 | 0.94 | 0.51 |
| Hex | AD | F8 | B | 1E | 0 | 60 | 3 | 4F | 5E | 33 |
| Octal | 255 | 370 | 13 | 36 | 0 | 140 | 3 | 117 | 136 | 63 |
| Binary | 10101101 | 11111000 | 1011 | 11110 | 0 | 1100000 | 11 | 1001111 | 1011110 | 110011 |
Color Harmonies of #ADF80B
Complementary color
Monochromatic Colors of #ADF80B
Black with #ADF80B
Text Example
Text Example
White with #ADF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF80B; }
p { color: rgb(173,248,11); }
H1.HeaderClassName
{
color: #ADF80B;
}
.AnyTagClassName
{
color: #ADF80B;
}
</style>
background-color css
<style>
a { background-color: #ADF80B; }
a { background-color: rgb(173,248,11); }
div.DivClassName
{
background-color: #ADF80B;
}
.BgClassName
{
background-color: #ADF80B;
}
</style>
border-color css
<style>
span { border-color: #ADF80B; }
span { border-color: rgb(173,248,11); }
td.TdClassName
{
border-color: #ADF80B;
}
.TagClassName
{
border-color: #ADF80B;
}
</style>