Shades of Spring Bud #ADF80F
Tints of Spring Bud #ADF80F
RGB
CMYK
RGB Variations
Color information
#ADF80F (or 0xADF80F) is known color: Spring Bud. HEX triplet: AD, F8 and 0F. RGB value is (173,248,15). Sum of RGB (Red+Green+Blue) = 173+248+15=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF80F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF80F is #5207F0. Grayscale: #C7C7C7. Windows color (decimal): -5375985 or 1046701. OLE color: 1046701.
HSL color Cylindrical-coordinate representation of color #ADF80F: hue angle of 79.31º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADF80F is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 15 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.03 |
| HSL | 79.31º | 0.94% | 0.52% | - |
| HSV(B) | 79.31º | 0.94% | 0.97% | - |
| XYZ | 50.89 | 76.05 | 12.45 | - |
| YUV | 199.01 | 24.15 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 15 | 0.30 | 0 | 0.94 | 0.03 | 79.31 | 0.94 | 0.52 |
| Hex | AD | F8 | F | 1E | 0 | 5E | 3 | 4F | 5E | 34 |
| Octal | 255 | 370 | 17 | 36 | 0 | 136 | 3 | 117 | 136 | 64 |
| Binary | 10101101 | 11111000 | 1111 | 11110 | 0 | 1011110 | 11 | 1001111 | 1011110 | 110100 |
Color Harmonies of #ADF80F
Complementary color
Monochromatic Colors of #ADF80F
Black with #ADF80F
Text Example
Text Example
White with #ADF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF80F; }
p { color: rgb(173,248,15); }
H1.HeaderClassName
{
color: #ADF80F;
}
.AnyTagClassName
{
color: #ADF80F;
}
</style>
background-color css
<style>
a { background-color: #ADF80F; }
a { background-color: rgb(173,248,15); }
div.DivClassName
{
background-color: #ADF80F;
}
.BgClassName
{
background-color: #ADF80F;
}
</style>
border-color css
<style>
span { border-color: #ADF80F; }
span { border-color: rgb(173,248,15); }
td.TdClassName
{
border-color: #ADF80F;
}
.TagClassName
{
border-color: #ADF80F;
}
</style>