Shades of Spring Bud #ADF005
Tints of Spring Bud #ADF005
RGB
CMYK
RGB Variations
Color information
#ADF005 (or 0xADF005) is known color: Spring Bud. HEX triplet: AD, F0 and 05. RGB value is (173,240,5). Sum of RGB (Red+Green+Blue) = 173+240+5=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF005 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF005 is #520FFA. Grayscale: #C2C2C2. Windows color (decimal): -5378043 or 389293. OLE color: 389293.
HSL color Cylindrical-coordinate representation of color #ADF005: hue angle of 77.11º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADF005 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.06 |
| HSL | 77.11º | 0.96% | 0.48% | - |
| HSV(B) | 77.11º | 0.98% | 0.94% | - |
| XYZ | 48.42 | 71.22 | 11.34 | - |
| YUV | 193.18 | 21.8 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 5 | 0.28 | 0 | 0.98 | 0.06 | 77.11 | 0.96 | 0.48 |
| Hex | AD | F0 | 5 | 1C | 0 | 62 | 6 | 4D | 60 | 30 |
| Octal | 255 | 360 | 5 | 34 | 0 | 142 | 6 | 115 | 140 | 60 |
| Binary | 10101101 | 11110000 | 101 | 11100 | 0 | 1100010 | 110 | 1001101 | 1100000 | 110000 |
Color Harmonies of #ADF005
Complementary color
Monochromatic Colors of #ADF005
Black with #ADF005
Text Example
Text Example
White with #ADF005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF005; }
p { color: rgb(173,240,5); }
H1.HeaderClassName
{
color: #ADF005;
}
.AnyTagClassName
{
color: #ADF005;
}
</style>
background-color css
<style>
a { background-color: #ADF005; }
a { background-color: rgb(173,240,5); }
div.DivClassName
{
background-color: #ADF005;
}
.BgClassName
{
background-color: #ADF005;
}
</style>
border-color css
<style>
span { border-color: #ADF005; }
span { border-color: rgb(173,240,5); }
td.TdClassName
{
border-color: #ADF005;
}
.TagClassName
{
border-color: #ADF005;
}
</style>