Shades of Spring Bud #ADFC0B
Tints of Spring Bud #ADFC0B
RGB
CMYK
RGB Variations
Color information
#ADFC0B (or 0xADFC0B) is known color: Spring Bud. HEX triplet: AD, FC and 0B. RGB value is (173,252,11). Sum of RGB (Red+Green+Blue) = 173+252+11=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 252 (98.83% from 255 or 57.80% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC0B is #5203F4. Grayscale: #C9C9C9. Windows color (decimal): -5374965 or 785581. OLE color: 785581.
HSL color Cylindrical-coordinate representation of color #ADFC0B: hue angle of 79.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADFC0B is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 11 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.01 |
| HSL | 79.67º | 0.98% | 0.52% | - |
| HSV(B) | 79.67º | 0.96% | 0.99% | - |
| XYZ | 52.1 | 78.53 | 12.73 | - |
| YUV | 200.91 | 20.83 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 11 | 0.31 | 0 | 0.96 | 0.01 | 79.67 | 0.98 | 0.52 |
| Hex | AD | FC | B | 1F | 0 | 60 | 1 | 50 | 62 | 34 |
| Octal | 255 | 374 | 13 | 37 | 0 | 140 | 1 | 120 | 142 | 64 |
| Binary | 10101101 | 11111100 | 1011 | 11111 | 0 | 1100000 | 1 | 1010000 | 1100010 | 110100 |
Color Harmonies of #ADFC0B
Complementary color
Monochromatic Colors of #ADFC0B
Black with #ADFC0B
Text Example
Text Example
White with #ADFC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC0B; }
p { color: rgb(173,252,11); }
H1.HeaderClassName
{
color: #ADFC0B;
}
.AnyTagClassName
{
color: #ADFC0B;
}
</style>
background-color css
<style>
a { background-color: #ADFC0B; }
a { background-color: rgb(173,252,11); }
div.DivClassName
{
background-color: #ADFC0B;
}
.BgClassName
{
background-color: #ADFC0B;
}
</style>
border-color css
<style>
span { border-color: #ADFC0B; }
span { border-color: rgb(173,252,11); }
td.TdClassName
{
border-color: #ADFC0B;
}
.TagClassName
{
border-color: #ADFC0B;
}
</style>