Shades of Spring Bud #ADFC00
Tints of Spring Bud #ADFC00
RGB
CMYK
RGB Variations
Color information
#ADFC00 (or 0xADFC00) is known color: Spring Bud. HEX triplet: AD, FC and 00. RGB value is (173,252,0). Sum of RGB (Red+Green+Blue) = 173+252+0=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 252 (98.83% from 255 or 59.29% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC00 is #5203FF. Grayscale: #C8C8C8. Windows color (decimal): -5374976 or 64685. OLE color: 64685.
HSL color Cylindrical-coordinate representation of color #ADFC00: hue angle of 78.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADFC00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.01 |
| HSL | 78.81º | 1% | 0.49% | - |
| HSV(B) | 78.81º | 1% | 0.99% | - |
| XYZ | 52.04 | 78.51 | 12.41 | - |
| YUV | 199.65 | 15.33 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 0 | 0.31 | 0 | 1 | 0.01 | 78.81 | 1 | 0.49 |
| Hex | AD | FC | 0 | 1F | 0 | 64 | 1 | 4F | 64 | 31 |
| Octal | 255 | 374 | 0 | 37 | 0 | 144 | 1 | 117 | 144 | 61 |
| Binary | 10101101 | 11111100 | 0 | 11111 | 0 | 1100100 | 1 | 1001111 | 1100100 | 110001 |
Color Harmonies of #ADFC00
Complementary color
Monochromatic Colors of #ADFC00
Black with #ADFC00
Text Example
Text Example
White with #ADFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC00; }
p { color: rgb(173,252,0); }
H1.HeaderClassName
{
color: #ADFC00;
}
.AnyTagClassName
{
color: #ADFC00;
}
</style>
background-color css
<style>
a { background-color: #ADFC00; }
a { background-color: rgb(173,252,0); }
div.DivClassName
{
background-color: #ADFC00;
}
.BgClassName
{
background-color: #ADFC00;
}
</style>
border-color css
<style>
span { border-color: #ADFC00; }
span { border-color: rgb(173,252,0); }
td.TdClassName
{
border-color: #ADFC00;
}
.TagClassName
{
border-color: #ADFC00;
}
</style>