Shades of Spring Bud #ADFD02
Tints of Spring Bud #ADFD02
RGB
CMYK
RGB Variations
Color information
#ADFD02 (or 0xADFD02) is known color: Spring Bud. HEX triplet: AD, FD and 02. RGB value is (173,253,2). Sum of RGB (Red+Green+Blue) = 173+253+2=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 253 (99.22% from 255 or 59.11% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFD02 is #5202FD. Grayscale: #C9C9C9. Windows color (decimal): -5374718 or 196013. OLE color: 196013.
HSL color Cylindrical-coordinate representation of color #ADFD02: hue angle of 79.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADFD02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.01 |
| HSL | 79.12º | 0.98% | 0.5% | - |
| HSV(B) | 79.12º | 0.99% | 0.99% | - |
| XYZ | 52.37 | 79.14 | 12.57 | - |
| YUV | 200.47 | 16 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 2 | 0.32 | 0 | 0.99 | 0.01 | 79.12 | 0.98 | 0.5 |
| Hex | AD | FD | 2 | 20 | 0 | 63 | 1 | 4F | 62 | 32 |
| Octal | 255 | 375 | 2 | 40 | 0 | 143 | 1 | 117 | 142 | 62 |
| Binary | 10101101 | 11111101 | 10 | 100000 | 0 | 1100011 | 1 | 1001111 | 1100010 | 110010 |
Color Harmonies of #ADFD02
Complementary color
Monochromatic Colors of #ADFD02
Black with #ADFD02
Text Example
Text Example
White with #ADFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD02; }
p { color: rgb(173,253,2); }
H1.HeaderClassName
{
color: #ADFD02;
}
.AnyTagClassName
{
color: #ADFD02;
}
</style>
background-color css
<style>
a { background-color: #ADFD02; }
a { background-color: rgb(173,253,2); }
div.DivClassName
{
background-color: #ADFD02;
}
.BgClassName
{
background-color: #ADFD02;
}
</style>
border-color css
<style>
span { border-color: #ADFD02; }
span { border-color: rgb(173,253,2); }
td.TdClassName
{
border-color: #ADFD02;
}
.TagClassName
{
border-color: #ADFD02;
}
</style>