Shades of Spring Bud #ADFF13
Tints of Spring Bud #ADFF13
RGB
CMYK
RGB Variations
Color information
#ADFF13 (or 0xADFF13) is known color: Spring Bud. HEX triplet: AD, FF and 13. RGB value is (173,255,19). Sum of RGB (Red+Green+Blue) = 173+255+19=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF13 is #5200EC. Grayscale: #CCCCCC. Windows color (decimal): -5374189 or 1310637. OLE color: 1310637.
HSL color Cylindrical-coordinate representation of color #ADFF13: hue angle of 80.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADFF13 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 19 | - |
| CMYK | 0.32 | 0 | 0.93 | 0 |
| HSL | 80.85º | 1% | 0.54% | - |
| HSV(B) | 80.85º | 0.93% | 1% | - |
| XYZ | 53.11 | 80.45 | 13.35 | - |
| YUV | 203.58 | 23.83 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 19 | 0.32 | 0 | 0.93 | 0 | 80.85 | 1 | 0.54 |
| Hex | AD | FF | 13 | 20 | 0 | 5D | 0 | 51 | 64 | 36 |
| Octal | 255 | 377 | 23 | 40 | 0 | 135 | 0 | 121 | 144 | 66 |
| Binary | 10101101 | 11111111 | 10011 | 100000 | 0 | 1011101 | 0 | 1010001 | 1100100 | 110110 |
Color Harmonies of #ADFF13
Complementary color
Monochromatic Colors of #ADFF13
Black with #ADFF13
Text Example
Text Example
White with #ADFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF13; }
p { color: rgb(173,255,19); }
H1.HeaderClassName
{
color: #ADFF13;
}
.AnyTagClassName
{
color: #ADFF13;
}
</style>
background-color css
<style>
a { background-color: #ADFF13; }
a { background-color: rgb(173,255,19); }
div.DivClassName
{
background-color: #ADFF13;
}
.BgClassName
{
background-color: #ADFF13;
}
</style>
border-color css
<style>
span { border-color: #ADFF13; }
span { border-color: rgb(173,255,19); }
td.TdClassName
{
border-color: #ADFF13;
}
.TagClassName
{
border-color: #ADFF13;
}
</style>