Shades of Spring Bud #ADFD05
Tints of Spring Bud #ADFD05
RGB
CMYK
RGB Variations
Color information
#ADFD05 (or 0xADFD05) is known color: Spring Bud. HEX triplet: AD, FD and 05. RGB value is (173,253,5). Sum of RGB (Red+Green+Blue) = 173+253+5=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 253 (99.22% from 255 or 58.70% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFD05 is #5202FA. Grayscale: #C9C9C9. Windows color (decimal): -5374715 or 392621. OLE color: 392621.
HSL color Cylindrical-coordinate representation of color #ADFD05: hue angle of 79.35º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADFD05 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 5 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.01 |
| HSL | 79.35º | 0.98% | 0.51% | - |
| HSV(B) | 79.35º | 0.98% | 0.99% | - |
| XYZ | 52.39 | 79.15 | 12.66 | - |
| YUV | 200.81 | 17.5 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 5 | 0.32 | 0 | 0.98 | 0.01 | 79.35 | 0.98 | 0.51 |
| Hex | AD | FD | 5 | 20 | 0 | 62 | 1 | 4F | 62 | 33 |
| Octal | 255 | 375 | 5 | 40 | 0 | 142 | 1 | 117 | 142 | 63 |
| Binary | 10101101 | 11111101 | 101 | 100000 | 0 | 1100010 | 1 | 1001111 | 1100010 | 110011 |
Color Harmonies of #ADFD05
Complementary color
Monochromatic Colors of #ADFD05
Black with #ADFD05
Text Example
Text Example
White with #ADFD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD05; }
p { color: rgb(173,253,5); }
H1.HeaderClassName
{
color: #ADFD05;
}
.AnyTagClassName
{
color: #ADFD05;
}
</style>
background-color css
<style>
a { background-color: #ADFD05; }
a { background-color: rgb(173,253,5); }
div.DivClassName
{
background-color: #ADFD05;
}
.BgClassName
{
background-color: #ADFD05;
}
</style>
border-color css
<style>
span { border-color: #ADFD05; }
span { border-color: rgb(173,253,5); }
td.TdClassName
{
border-color: #ADFD05;
}
.TagClassName
{
border-color: #ADFD05;
}
</style>