Shades of Spring Bud #ADFF05
Tints of Spring Bud #ADFF05
RGB
CMYK
RGB Variations
Color information
#ADFF05 (or 0xADFF05) is known color: Spring Bud. HEX triplet: AD, FF and 05. RGB value is (173,255,5). Sum of RGB (Red+Green+Blue) = 173+255+5=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF05 is #5200FA. Grayscale: #CACACA. Windows color (decimal): -5374203 or 393133. OLE color: 393133.
HSL color Cylindrical-coordinate representation of color #ADFF05: hue angle of 79.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADFF05 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 5 | - |
| CMYK | 0.32 | 0 | 0.98 | 0 |
| HSL | 79.68º | 1% | 0.51% | - |
| HSV(B) | 79.68º | 0.98% | 1% | - |
| XYZ | 53.02 | 80.42 | 12.87 | - |
| YUV | 201.98 | 16.83 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 5 | 0.32 | 0 | 0.98 | 0 | 79.68 | 1 | 0.51 |
| Hex | AD | FF | 5 | 20 | 0 | 62 | 0 | 50 | 64 | 33 |
| Octal | 255 | 377 | 5 | 40 | 0 | 142 | 0 | 120 | 144 | 63 |
| Binary | 10101101 | 11111111 | 101 | 100000 | 0 | 1100010 | 0 | 1010000 | 1100100 | 110011 |
Color Harmonies of #ADFF05
Complementary color
Monochromatic Colors of #ADFF05
Black with #ADFF05
Text Example
Text Example
White with #ADFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF05; }
p { color: rgb(173,255,5); }
H1.HeaderClassName
{
color: #ADFF05;
}
.AnyTagClassName
{
color: #ADFF05;
}
</style>
background-color css
<style>
a { background-color: #ADFF05; }
a { background-color: rgb(173,255,5); }
div.DivClassName
{
background-color: #ADFF05;
}
.BgClassName
{
background-color: #ADFF05;
}
</style>
border-color css
<style>
span { border-color: #ADFF05; }
span { border-color: rgb(173,255,5); }
td.TdClassName
{
border-color: #ADFF05;
}
.TagClassName
{
border-color: #ADFF05;
}
</style>